#245C7B

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

Shades of Orient #245C7B

Tints of Orient #245C7B

Color information

#245C7B (or 0x245C7B) is unknown color: approx Orient. HEX triplet: 24, 5C and 7B. RGB value is (36,92,123). Sum of RGB (Red+Green+Blue) = 36+92+123=251 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.34% from 251); Green value is 92 (36.33% from 255 or 36.65% from 251); Blue value is 123 (48.44% from 255 or 49.00% from 251); Max value from RGB is 123 - color contains mainly: blue. Hex color #245C7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245C7B is #DBA384. Grayscale: #4E4E4E. Windows color (decimal): -14394245 or 8084516. OLE color: 8084516.

HSL color Cylindrical-coordinate representation of color #245C7B: hue angle of 201.38º 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 #245C7B is Cyan = 0.71, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3692123-
CMYK0.710.2500.52
HSL201.38º54.72%31.18%-
HSV(B)201.38º70.73%48.24%-
XYZ8.139.4620.14-
YUV78.79152.9597.48-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.34%
GREEN value IS 92 (36.33% from 255) = 36.65%
BLUE value IS 123 (48.44% from 255) = 49.00%
R=14.34%
G=36.65%
B=49.00%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal36921230.710.2500.52201.3854.7231.18
Hex245C7B4719034c9371f
Octal44134173107310643116737
Binary1001001011100111101110001111100101101001100100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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