Html Css Color HEX #24627B Orient

📋 copy color: '#24627B'

red 36 ◦ green 98 ◦ blue 123

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

Shades of Orient #24627B

Tints of Orient #24627B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 47.86%

R = 14.01%
G = 38.13%
B = 47.86%

CMYK

 C value IS 0.71

 M value IS 0.20

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#24627B (or 0x24627B) is known color: Orient. HEX triplet: 24, 62 and 7B. RGB value is (36,98,123). Sum of RGB (Red+Green+Blue) = 36+98+123=257 (34% of max value = 765). Red value is 36 (14.45% from 255 or 14.01% from 257); Green value is 98 (38.67% from 255 or 38.13% from 257); Blue value is 123 (48.44% from 255 or 47.86% from 257); Max value from RGB is 123 - color contains mainly: blue. Hex color #24627B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24627B is #DB9D84. Grayscale: #525252. Windows color (decimal): -14392709 or 8086052. OLE color: 8086052.

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

Color convert

RGB 36 98 123 -
CMYK 0.71 0.20 0 0.52
HSL 197.24º 0.55% 0.31% -
HSV(B) 197.24º 0.71% 0.48% -
XYZ 8.67 10.54 20.32 -
YUV 82.31 150.96 94.97 -
System Red Green Blue C M Y K H S L
Decimal 36 98 123 0.71 0.20 0 0.52 197.24 0.55 0.31
Hex 24 62 7B 47 14 0 34 C5 37 1F
Octal 44 142 173 107 24 0 64 305 67 37
Binary 100100 1100010 1111011 1000111 10100 0 110100 11000101 110111 11111

Color Harmonies of #24627B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24627B

Black with #24627B

Text Example


Text Example

White with #24627B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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