#236072

Color #236072 Orient (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orient #236072

Tints of Orient #236072

Color information

#236072 (or 0x236072) is unknown color: approx Orient. HEX triplet: 23, 60 and 72. RGB value is (35,96,114). Sum of RGB (Red+Green+Blue) = 35+96+114=245 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.29% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 114 (44.92% from 255 or 46.53% from 245); Max value from RGB is 114 - color contains mainly: blue. Hex color #236072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236072 is #DC9F8D. Grayscale: #4F4F4F. Windows color (decimal): -14458766 or 7495715. OLE color: 7495715.

HSL color Cylindrical-coordinate representation of color #236072: hue angle of 193.67º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #236072 is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3596114-
CMYK0.690.1600.55
HSL193.67º53.02%29.22%-
HSV(B)193.67º69.3%44.71%-
XYZ7.919.9417.42-
YUV79.81147.2996.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 14.29%
GREEN value IS 96 (37.89% from 255) = 39.18%
BLUE value IS 114 (44.92% from 255) = 46.53%
R=14.29%
G=39.18%
B=46.53%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal35961140.690.1600.55193.6753.0229.22
Hex2360724510037c2351d
Octal43140162105200673026535
Binary1000111100000111001010001011000001101111100001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #236072; }

 p { color: rgb(35,96,114); }

 H1.HeaderClassName
 {
   color: #236072;
 }
 .AnyTagClassName
 {
   color: #236072;
 }
</style>
background-color css

<style>
 a { background-color: #236072; }

 a { background-color: rgb(35,96,114); }

 div.DivClassName
 {
   background-color: #236072;
 }
 .BgClassName
 {
   background-color: #236072;
 }
</style>
border-color css

<style>
 span { border-color: #236072; }

 span { border-color: rgb(35,96,114); }

 td.TdClassName
 {
   border-color: #236072;
 }
 .TagClassName
 {
   border-color: #236072;
 }
</style>