Html Css Color HEX #24627A Orient

📋 copy color: '#24627A'

red 36 ◦ green 98 ◦ blue 122

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

Shades of Orient #24627A

Tints of Orient #24627A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 38.28%

 BLUE value IS 122 (48.05% from 255) = 47.66%

R = 14.06%
G = 38.28%
B = 47.66%

CMYK

 C value IS 0.70

 M value IS 0.20

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#24627A (or 0x24627A) is known color: Orient. HEX triplet: 24, 62 and 7A. RGB value is (36,98,122). Sum of RGB (Red+Green+Blue) = 36+98+122=256 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.06% from 256); Green value is 98 (38.67% from 255 or 38.28% from 256); Blue value is 122 (48.05% from 255 or 47.66% from 256); Max value from RGB is 122 - color contains mainly: blue. Hex color #24627A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24627A is #DB9D85. Grayscale: #525252. Windows color (decimal): -14392710 or 8020516. OLE color: 8020516.

HSL color Cylindrical-coordinate representation of color #24627A: hue angle of 196.74º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #24627A is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 36 98 122 -
CMYK 0.70 0.20 0 0.52
HSL 196.74º 0.54% 0.31% -
HSV(B) 196.74º 0.7% 0.48% -
XYZ 8.61 10.52 19.99 -
YUV 82.2 150.46 95.05 -
System Red Green Blue C M Y K H S L
Decimal 36 98 122 0.70 0.20 0 0.52 196.74 0.54 0.31
Hex 24 62 7A 46 14 0 34 C5 36 1F
Octal 44 142 172 106 24 0 64 305 66 37
Binary 100100 1100010 1111010 1000110 10100 0 110100 11000101 110110 11111

Color Harmonies of #24627A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24627A

Black with #24627A

Text Example


Text Example

White with #24627A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24627A; }

 p { color: rgb(36,98,122); }

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

background-color css

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

 a { background-color: rgb(36,98,122); }

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

border-color css

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

 span { border-color: rgb(36,98,122); }

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