#245772

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

Shades of Orient #245772

Tints of Orient #245772

Color information

#245772 (or 0x245772) is unknown color: approx Orient. HEX triplet: 24, 57 and 72. RGB value is (36,87,114). Sum of RGB (Red+Green+Blue) = 36+87+114=237 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.19% from 237); Green value is 87 (34.38% from 255 or 36.71% from 237); Blue value is 114 (44.92% from 255 or 48.10% from 237); Max value from RGB is 114 - color contains mainly: blue. Hex color #245772 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245772 is #DBA88D. Grayscale: #4A4A4A. Windows color (decimal): -14395534 or 7493412. OLE color: 7493412.

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

Color convert

RGB3687114-
CMYK0.680.2400.55
HSL200.77º52%29.41%-
HSV(B)200.77º68.42%44.71%-
XYZ7.178.4117.16-
YUV74.83150.1100.3-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.19%
GREEN value IS 87 (34.38% from 255) = 36.71%
BLUE value IS 114 (44.92% from 255) = 48.10%
R=15.19%
G=36.71%
B=48.10%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal36871140.680.2400.55200.775229.41
Hex2457724418037c9341d
Octal44127162104300673116435
Binary1001001010111111001010001001100001101111100100111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245772; }

 p { color: rgb(36,87,114); }

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

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

 a { background-color: rgb(36,87,114); }

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

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

 span { border-color: rgb(36,87,114); }

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