Html Css Color HEX #245A70 Orient

📋 copy color: '#245A70'

red 36 ◦ green 90 ◦ blue 112

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

Shades of Orient #245A70

Tints of Orient #245A70

RGB

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

 GREEN value IS 90 (35.55% from 255) = 37.82%

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

R = 15.13%
G = 37.82%
B = 47.06%

CMYK

 C value IS 0.68

 M value IS 0.20

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#245A70 (or 0x245A70) is known color: Orient. HEX triplet: 24, 5A and 70. RGB value is (36,90,112). Sum of RGB (Red+Green+Blue) = 36+90+112=238 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.13% from 238); Green value is 90 (35.55% from 255 or 37.82% from 238); Blue value is 112 (44.14% from 255 or 47.06% from 238); Max value from RGB is 112 - color contains mainly: blue. Hex color #245A70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245A70 is #DBA58F. Grayscale: #4C4C4C. Windows color (decimal): -14394768 or 7363108. OLE color: 7363108.

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

Color convert

RGB 36 90 112 -
CMYK 0.68 0.20 0 0.56
HSL 197.37º 0.51% 0.29% -
HSV(B) 197.37º 0.68% 0.44% -
XYZ 7.31 8.86 16.65 -
YUV 76.36 148.11 99.21 -
System Red Green Blue C M Y K H S L
Decimal 36 90 112 0.68 0.20 0 0.56 197.37 0.51 0.29
Hex 24 5A 70 44 14 0 38 C5 33 1D
Octal 44 132 160 104 24 0 70 305 63 35
Binary 100100 1011010 1110000 1000100 10100 0 111000 11000101 110011 11101

Color Harmonies of #245A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245A70

Black with #245A70

Text Example


Text Example

White with #245A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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