#236079

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

Shades of Orient #236079

Tints of Orient #236079

Color information

#236079 (or 0x236079) is unknown color: approx Orient. HEX triplet: 23, 60 and 79. RGB value is (35,96,121). Sum of RGB (Red+Green+Blue) = 35+96+121=252 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.89% from 252); Green value is 96 (37.89% from 255 or 38.10% from 252); Blue value is 121 (47.66% from 255 or 48.02% from 252); Max value from RGB is 121 - color contains mainly: blue. Hex color #236079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236079 is #DC9F86. Grayscale: #505050. Windows color (decimal): -14458759 or 7954467. OLE color: 7954467.

HSL color Cylindrical-coordinate representation of color #236079: hue angle of 197.44º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #236079 is Cyan = 0.71, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3596121-
CMYK0.710.2100.53
HSL197.44º55.13%30.59%-
HSV(B)197.44º71.07%47.45%-
XYZ8.3310.119.6-
YUV80.61150.7995.47-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.89%
GREEN value IS 96 (37.89% from 255) = 38.10%
BLUE value IS 121 (47.66% from 255) = 48.02%
R=13.89%
G=38.10%
B=48.02%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal35961210.710.2100.53197.4455.1330.59
Hex2360794715035c5371f
Octal43140171107250653056737
Binary1000111100000111100110001111010101101011100010111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #236079; }

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

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

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

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

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

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

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

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