#245C75

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

Shades of Orient #245C75

Tints of Orient #245C75

Color information

#245C75 (or 0x245C75) is unknown color: approx Orient. HEX triplet: 24, 5C and 75. RGB value is (36,92,117). Sum of RGB (Red+Green+Blue) = 36+92+117=245 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.69% from 245); Green value is 92 (36.33% from 255 or 37.55% from 245); Blue value is 117 (46.09% from 255 or 47.76% from 245); Max value from RGB is 117 - color contains mainly: blue. Hex color #245C75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245C75 is #DBA38A. Grayscale: #4D4D4D. Windows color (decimal): -14394251 or 7691300. OLE color: 7691300.

HSL color Cylindrical-coordinate representation of color #245C75: hue angle of 198.52º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #245C75 is Cyan = 0.69, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3692117-
CMYK0.690.2100.54
HSL198.52º52.94%30%-
HSV(B)198.52º69.23%45.88%-
XYZ7.779.3118.22-
YUV78.11149.9597.97-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.69%
GREEN value IS 92 (36.33% from 255) = 37.55%
BLUE value IS 117 (46.09% from 255) = 47.76%
R=14.69%
G=37.55%
B=47.76%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal36921170.690.2100.54198.5252.9430
Hex245C754515036c7351e
Octal44134165105250663076536
Binary1001001011100111010110001011010101101101100011111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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