Html Css Color HEX #24616D Orient

📋 copy color: '#24616D'

red 36 ◦ green 97 ◦ blue 109

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

Shades of Orient #24616D

Tints of Orient #24616D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 45.04%

R = 14.88%
G = 40.08%
B = 45.04%

CMYK

 C value IS 0.67

 M value IS 0.11

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#24616D (or 0x24616D) is known color: Orient. HEX triplet: 24, 61 and 6D. RGB value is (36,97,109). Sum of RGB (Red+Green+Blue) = 36+97+109=242 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.88% from 242); Green value is 97 (38.28% from 255 or 40.08% from 242); Blue value is 109 (42.97% from 255 or 45.04% from 242); Max value from RGB is 109 - color contains mainly: blue. Hex color #24616D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24616D is #DB9E92. Grayscale: #505050. Windows color (decimal): -14392979 or 7168292. OLE color: 7168292.

HSL color Cylindrical-coordinate representation of color #24616D: hue angle of 189.86º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #24616D is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 36 97 109 -
CMYK 0.67 0.11 0 0.57
HSL 189.86º 0.5% 0.28% -
HSV(B) 189.86º 0.67% 0.43% -
XYZ 7.76 10.03 15.99 -
YUV 80.13 144.29 96.52 -
System Red Green Blue C M Y K H S L
Decimal 36 97 109 0.67 0.11 0 0.57 189.86 0.5 0.28
Hex 24 61 6D 43 B 0 39 BE 32 1C
Octal 44 141 155 103 13 0 71 276 62 34
Binary 100100 1100001 1101101 1000011 1011 0 111001 10111110 110010 11100

Color Harmonies of #24616D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24616D

Black with #24616D

Text Example


Text Example

White with #24616D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24616D; }

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

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

background-color css

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

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

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

border-color css

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

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

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