Html Css Color HEX #24627F Orient

📋 copy color: '#24627F'

red 36 ◦ green 98 ◦ blue 127

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

Shades of Orient #24627F

Tints of Orient #24627F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 48.66%

R = 13.79%
G = 37.55%
B = 48.66%

CMYK

 C value IS 0.72

 M value IS 0.23

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#24627F (or 0x24627F) is known color: Orient. HEX triplet: 24, 62 and 7F. RGB value is (36,98,127). Sum of RGB (Red+Green+Blue) = 36+98+127=261 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.79% from 261); Green value is 98 (38.67% from 255 or 37.55% from 261); Blue value is 127 (50% from 255 or 48.66% from 261); Max value from RGB is 127 - color contains mainly: blue. Hex color #24627F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24627F is #DB9D80. Grayscale: #525252. Windows color (decimal): -14392705 or 8348196. OLE color: 8348196.

HSL color Cylindrical-coordinate representation of color #24627F: hue angle of 199.12º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #24627F is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 36 98 127 -
CMYK 0.72 0.23 0 0.50
HSL 199.12º 0.56% 0.32% -
HSV(B) 199.12º 0.72% 0.5% -
XYZ 8.93 10.64 21.66 -
YUV 82.77 152.96 94.64 -
System Red Green Blue C M Y K H S L
Decimal 36 98 127 0.72 0.23 0 0.50 199.12 0.56 0.32
Hex 24 62 7F 48 17 0 32 C7 38 20
Octal 44 142 177 110 27 0 62 307 70 40
Binary 100100 1100010 1111111 1001000 10111 0 110010 11000111 111000 100000

Color Harmonies of #24627F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24627F

Black with #24627F

Text Example


Text Example

White with #24627F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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