Html Css Color HEX #245973 Orient

📋 copy color: '#245973'

red 36 ◦ green 89 ◦ blue 115

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

Shades of Orient #245973

Tints of Orient #245973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 47.92%

R = 15%
G = 37.08%
B = 47.92%

CMYK

 C value IS 0.69

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#245973 (or 0x245973) is known color: Orient. HEX triplet: 24, 59 and 73. RGB value is (36,89,115). Sum of RGB (Red+Green+Blue) = 36+89+115=240 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15% from 240); Green value is 89 (35.16% from 255 or 37.08% from 240); Blue value is 115 (45.31% from 255 or 47.92% from 240); Max value from RGB is 115 - color contains mainly: blue. Hex color #245973 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245973 is #DBA68C. Grayscale: #4B4B4B. Windows color (decimal): -14395021 or 7559460. OLE color: 7559460.

HSL color Cylindrical-coordinate representation of color #245973: hue angle of 199.75º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #245973 is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 36 89 115 -
CMYK 0.69 0.23 0 0.55
HSL 199.75º 0.52% 0.3% -
HSV(B) 199.75º 0.69% 0.45% -
XYZ 7.39 8.76 17.52 -
YUV 76.12 149.94 99.39 -
System Red Green Blue C M Y K H S L
Decimal 36 89 115 0.69 0.23 0 0.55 199.75 0.52 0.3
Hex 24 59 73 45 17 0 37 C8 34 1E
Octal 44 131 163 105 27 0 67 310 64 36
Binary 100100 1011001 1110011 1000101 10111 0 110111 11001000 110100 11110

Color Harmonies of #245973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245973

Black with #245973

Text Example


Text Example

White with #245973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245973; }

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

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

background-color css

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

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

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

border-color css

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

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

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