Html Css Color HEX #24606F Orient

📋 copy color: '#24606F'

red 36 ◦ green 96 ◦ blue 111

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

Shades of Orient #24606F

Tints of Orient #24606F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.51%

 BLUE value IS 111 (43.75% from 255) = 45.68%

R = 14.81%
G = 39.51%
B = 45.68%

CMYK

 C value IS 0.68

 M value IS 0.14

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#24606F (or 0x24606F) is known color: Orient. HEX triplet: 24, 60 and 6F. RGB value is (36,96,111). Sum of RGB (Red+Green+Blue) = 36+96+111=243 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.81% from 243); Green value is 96 (37.89% from 255 or 39.51% from 243); Blue value is 111 (43.75% from 255 or 45.68% from 243); Max value from RGB is 111 - color contains mainly: blue. Hex color #24606F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24606F is #DB9F90. Grayscale: #4F4F4F. Windows color (decimal): -14393233 or 7299108. OLE color: 7299108.

HSL color Cylindrical-coordinate representation of color #24606F: hue angle of 192º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #24606F is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 36 96 111 -
CMYK 0.68 0.14 0 0.56
HSL 192º 0.51% 0.29% -
HSV(B) 192º 0.68% 0.44% -
XYZ 7.78 9.89 16.54 -
YUV 79.77 145.62 96.78 -
System Red Green Blue C M Y K H S L
Decimal 36 96 111 0.68 0.14 0 0.56 192 0.51 0.29
Hex 24 60 6F 44 E 0 38 C0 33 1D
Octal 44 140 157 104 16 0 70 300 63 35
Binary 100100 1100000 1101111 1000100 1110 0 111000 11000000 110011 11101

Color Harmonies of #24606F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24606F

Black with #24606F

Text Example


Text Example

White with #24606F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,96,111); }

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

background-color css

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

 a { background-color: rgb(36,96,111); }

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

border-color css

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

 span { border-color: rgb(36,96,111); }

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