Html Css Color HEX #245B70 Orient

📋 copy color: '#245B70'

red 36 ◦ green 91 ◦ blue 112

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

Shades of Orient #245B70

Tints of Orient #245B70

RGB

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

 GREEN value IS 91 (35.94% from 255) = 38.08%

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

R = 15.06%
G = 38.08%
B = 46.86%

CMYK

 C value IS 0.68

 M value IS 0.19

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#245B70 (or 0x245B70) is known color: Orient. HEX triplet: 24, 5B and 70. RGB value is (36,91,112). Sum of RGB (Red+Green+Blue) = 36+91+112=239 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.06% from 239); Green value is 91 (35.94% from 255 or 38.08% from 239); Blue value is 112 (44.14% from 255 or 46.86% from 239); Max value from RGB is 112 - color contains mainly: blue. Hex color #245B70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245B70 is #DBA48F. Grayscale: #4C4C4C. Windows color (decimal): -14394512 or 7363364. OLE color: 7363364.

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

Color convert

RGB 36 91 112 -
CMYK 0.68 0.19 0 0.56
HSL 196.58º 0.51% 0.29% -
HSV(B) 196.58º 0.68% 0.44% -
XYZ 7.39 9.03 16.68 -
YUV 76.95 147.78 98.79 -
System Red Green Blue C M Y K H S L
Decimal 36 91 112 0.68 0.19 0 0.56 196.58 0.51 0.29
Hex 24 5B 70 44 13 0 38 C5 33 1D
Octal 44 133 160 104 23 0 70 305 63 35
Binary 100100 1011011 1110000 1000100 10011 0 111000 11000101 110011 11101

Color Harmonies of #245B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245B70

Black with #245B70

Text Example


Text Example

White with #245B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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