Html Css Color HEX #245575 Orient

📋 copy color: '#245575'

red 36 ◦ green 85 ◦ blue 117

#245575
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orient #245575

Tints of Orient #245575

RGB

 RED value IS 36 (14.45% from 255) = 15.13%

 GREEN value IS 85 (33.59% from 255) = 35.71%

 BLUE value IS 117 (46.09% from 255) = 49.16%

R = 15.13%
G = 35.71%
B = 49.16%

CMYK

 C value IS 0.69

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#245575 (or 0x245575) is known color: Orient. HEX triplet: 24, 55 and 75. RGB value is (36,85,117). Sum of RGB (Red+Green+Blue) = 36+85+117=238 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.13% from 238); Green value is 85 (33.59% from 255 or 35.71% from 238); Blue value is 117 (46.09% from 255 or 49.16% from 238); Max value from RGB is 117 - color contains mainly: blue. Hex color #245575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245575 is #DBAA8A. Grayscale: #494949. Windows color (decimal): -14396043 or 7689508. OLE color: 7689508.

HSL color Cylindrical-coordinate representation of color #245575: hue angle of 203.7º 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 #245575 is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 36 85 117 -
CMYK 0.69 0.27 0 0.54
HSL 203.7º 0.53% 0.3% -
HSV(B) 203.7º 0.69% 0.46% -
XYZ 7.19 8.16 18.03 -
YUV 74 152.27 100.9 -
System Red Green Blue C M Y K H S L
Decimal 36 85 117 0.69 0.27 0 0.54 203.7 0.53 0.3
Hex 24 55 75 45 1B 0 36 CC 35 1E
Octal 44 125 165 105 33 0 66 314 65 36
Binary 100100 1010101 1110101 1000101 11011 0 110110 11001100 110101 11110

Color Harmonies of #245575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245575

Black with #245575

Text Example


Text Example

White with #245575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245575; }

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

 H1.HeaderClassName
 {
   color: #245575;
 }
 .AnyTagClassName
 {
   color: #245575;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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