#245F6E

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

Shades of Orient #245F6E

Tints of Orient #245F6E

Color information

#245F6E (or 0x245F6E) is unknown color: approx Orient. HEX triplet: 24, 5F and 6E. RGB value is (36,95,110). Sum of RGB (Red+Green+Blue) = 36+95+110=241 (31% of max value = 765). Red value is 36 (14.45% from 255 or 14.94% from 241); Green value is 95 (37.5% from 255 or 39.42% from 241); Blue value is 110 (43.36% from 255 or 45.64% from 241); Max value from RGB is 110 - color contains mainly: blue. Hex color #245F6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245F6E is #DBA091. Grayscale: #4E4E4E. Windows color (decimal): -14393490 or 7233316. OLE color: 7233316.

HSL color Cylindrical-coordinate representation of color #245F6E: hue angle of 192.16º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #245F6E is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3695110-
CMYK0.670.1400.57
HSL192.16º50.68%28.63%-
HSV(B)192.16º67.27%43.14%-
XYZ7.639.6916.22-
YUV79.07145.4597.28-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.94%
GREEN value IS 95 (37.5% from 255) = 39.42%
BLUE value IS 110 (43.36% from 255) = 45.64%
R=14.94%
G=39.42%
B=45.64%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal36951100.670.1400.57192.1650.6828.63
Hex245F6E43E039c0331d
Octal44137156103160713006335
Binary100100101111111011101000011111001110011100000011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245F6E; }

 p { color: rgb(36,95,110); }

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

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

 a { background-color: rgb(36,95,110); }

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

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

 span { border-color: rgb(36,95,110); }

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