Html Css Color HEX #245571 Orient

📋 copy color: '#245571'

red 36 ◦ green 85 ◦ blue 113

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

Shades of Orient #245571

Tints of Orient #245571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 48.29%

R = 15.38%
G = 36.32%
B = 48.29%

CMYK

 C value IS 0.68

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#245571 (or 0x245571) is known color: Orient. HEX triplet: 24, 55 and 71. RGB value is (36,85,113). Sum of RGB (Red+Green+Blue) = 36+85+113=234 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.38% from 234); Green value is 85 (33.59% from 255 or 36.32% from 234); Blue value is 113 (44.53% from 255 or 48.29% from 234); Max value from RGB is 113 - color contains mainly: blue. Hex color #245571 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245571 is #DBAA8E. Grayscale: #494949. Windows color (decimal): -14396047 or 7427364. OLE color: 7427364.

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

Color convert

RGB 36 85 113 -
CMYK 0.68 0.25 0 0.56
HSL 201.82º 0.52% 0.29% -
HSV(B) 201.82º 0.68% 0.44% -
XYZ 6.96 8.06 16.81 -
YUV 73.54 150.27 101.22 -
System Red Green Blue C M Y K H S L
Decimal 36 85 113 0.68 0.25 0 0.56 201.82 0.52 0.29
Hex 24 55 71 44 19 0 38 CA 34 1D
Octal 44 125 161 104 31 0 70 312 64 35
Binary 100100 1010101 1110001 1000100 11001 0 111000 11001010 110100 11101

Color Harmonies of #245571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245571

Black with #245571

Text Example


Text Example

White with #245571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245571; }

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

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

background-color css

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

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

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

border-color css

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

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

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