#245F7B

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

Shades of Orient #245F7B

Tints of Orient #245F7B

Color information

#245F7B (or 0x245F7B) is unknown color: approx Orient. HEX triplet: 24, 5F and 7B. RGB value is (36,95,123). Sum of RGB (Red+Green+Blue) = 36+95+123=254 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.17% from 254); Green value is 95 (37.5% from 255 or 37.40% from 254); Blue value is 123 (48.44% from 255 or 48.43% from 254); Max value from RGB is 123 - color contains mainly: blue. Hex color #245F7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245F7B is #DBA084. Grayscale: #505050. Windows color (decimal): -14393477 or 8085284. OLE color: 8085284.

HSL color Cylindrical-coordinate representation of color #245F7B: hue angle of 199.31º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #245F7B is Cyan = 0.71, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3695123-
CMYK0.710.2300.52
HSL199.31º54.72%31.18%-
HSV(B)199.31º70.73%48.24%-
XYZ8.399.9920.22-
YUV80.55151.9596.22-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.17%
GREEN value IS 95 (37.5% from 255) = 37.40%
BLUE value IS 123 (48.44% from 255) = 48.43%
R=14.17%
G=37.40%
B=48.43%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal36951230.710.2300.52199.3154.7231.18
Hex245F7B4717034c7371f
Octal44137173107270643076737
Binary1001001011111111101110001111011101101001100011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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