Html Css Color HEX #245970 Orient

📋 copy color: '#245970'

red 36 ◦ green 89 ◦ blue 112

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

Shades of Orient #245970

Tints of Orient #245970

RGB

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

 GREEN value IS 89 (35.16% from 255) = 37.55%

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

R = 15.19%
G = 37.55%
B = 47.26%

CMYK

 C value IS 0.68

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#245970 (or 0x245970) is known color: Orient. HEX triplet: 24, 59 and 70. RGB value is (36,89,112). Sum of RGB (Red+Green+Blue) = 36+89+112=237 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.19% from 237); Green value is 89 (35.16% from 255 or 37.55% from 237); Blue value is 112 (44.14% from 255 or 47.26% from 237); Max value from RGB is 112 - color contains mainly: blue. Hex color #245970 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245970 is #DBA68F. Grayscale: #4B4B4B. Windows color (decimal): -14395024 or 7362852. OLE color: 7362852.

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

Color convert

RGB 36 89 112 -
CMYK 0.68 0.21 0 0.56
HSL 198.16º 0.51% 0.29% -
HSV(B) 198.16º 0.68% 0.44% -
XYZ 7.22 8.69 16.63 -
YUV 75.78 148.44 99.63 -
System Red Green Blue C M Y K H S L
Decimal 36 89 112 0.68 0.21 0 0.56 198.16 0.51 0.29
Hex 24 59 70 44 15 0 38 C6 33 1D
Octal 44 131 160 104 25 0 70 306 63 35
Binary 100100 1011001 1110000 1000100 10101 0 111000 11000110 110011 11101

Color Harmonies of #245970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245970

Black with #245970

Text Example


Text Example

White with #245970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245970; }

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

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

background-color css

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

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

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

border-color css

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

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

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