Html Css Color HEX #24617E Orient

📋 copy color: '#24617E'

red 36 ◦ green 97 ◦ blue 126

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

Shades of Orient #24617E

Tints of Orient #24617E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.45%

 BLUE value IS 126 (49.61% from 255) = 48.65%

R = 13.9%
G = 37.45%
B = 48.65%

CMYK

 C value IS 0.71

 M value IS 0.23

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#24617E (or 0x24617E) is known color: Orient. HEX triplet: 24, 61 and 7E. RGB value is (36,97,126). Sum of RGB (Red+Green+Blue) = 36+97+126=259 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.90% from 259); Green value is 97 (38.28% from 255 or 37.45% from 259); Blue value is 126 (49.61% from 255 or 48.65% from 259); Max value from RGB is 126 - color contains mainly: blue. Hex color #24617E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24617E is #DB9E81. Grayscale: #515151. Windows color (decimal): -14392962 or 8282404. OLE color: 8282404.

HSL color Cylindrical-coordinate representation of color #24617E: hue angle of 199.33º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #24617E is Cyan = 0.71, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 36 97 126 -
CMYK 0.71 0.23 0 0.51
HSL 199.33º 0.56% 0.32% -
HSV(B) 199.33º 0.71% 0.49% -
XYZ 8.77 10.43 21.29 -
YUV 82.07 152.79 95.14 -
System Red Green Blue C M Y K H S L
Decimal 36 97 126 0.71 0.23 0 0.51 199.33 0.56 0.32
Hex 24 61 7E 47 17 0 33 C7 38 20
Octal 44 141 176 107 27 0 63 307 70 40
Binary 100100 1100001 1111110 1000111 10111 0 110011 11000111 111000 100000

Color Harmonies of #24617E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24617E

Black with #24617E

Text Example


Text Example

White with #24617E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24617E; }

 p { color: rgb(36,97,126); }

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

background-color css

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

 a { background-color: rgb(36,97,126); }

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

border-color css

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

 span { border-color: rgb(36,97,126); }

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