Html Css Color HEX #245770 Orient

📋 copy color: '#245770'

red 36 ◦ green 87 ◦ blue 112

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

Shades of Orient #245770

Tints of Orient #245770

RGB

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

 GREEN value IS 87 (34.38% from 255) = 37.02%

 BLUE value IS 112 (44.14% from 255) = 47.66%

R = 15.32%
G = 37.02%
B = 47.66%

CMYK

 C value IS 0.68

 M value IS 0.22

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#245770 (or 0x245770) is known color: Orient. HEX triplet: 24, 57 and 70. RGB value is (36,87,112). Sum of RGB (Red+Green+Blue) = 36+87+112=235 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.32% from 235); Green value is 87 (34.38% from 255 or 37.02% from 235); Blue value is 112 (44.14% from 255 or 47.66% from 235); Max value from RGB is 112 - color contains mainly: blue. Hex color #245770 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245770 is #DBA88F. Grayscale: #4A4A4A. Windows color (decimal): -14395536 or 7362340. OLE color: 7362340.

HSL color Cylindrical-coordinate representation of color #245770: hue angle of 199.74º degrees, saturation: 0.51, 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 #245770 is Cyan = 0.68, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 36 87 112 -
CMYK 0.68 0.22 0 0.56
HSL 199.74º 0.51% 0.29% -
HSV(B) 199.74º 0.68% 0.44% -
XYZ 7.06 8.36 16.57 -
YUV 74.6 149.1 100.47 -
System Red Green Blue C M Y K H S L
Decimal 36 87 112 0.68 0.22 0 0.56 199.74 0.51 0.29
Hex 24 57 70 44 16 0 38 C8 33 1D
Octal 44 127 160 104 26 0 70 310 63 35
Binary 100100 1010111 1110000 1000100 10110 0 111000 11001000 110011 11101

Color Harmonies of #245770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245770

Black with #245770

Text Example


Text Example

White with #245770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245770; }

 p { color: rgb(36,87,112); }

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

background-color css

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

 a { background-color: rgb(36,87,112); }

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

border-color css

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

 span { border-color: rgb(36,87,112); }

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