#24606f

Color #24606F Orient (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orient #24606F

Tints of Orient #24606F

Color information

#24606F (or 0x24606F) is unknown color: approx 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

RGB3696111-
CMYK0.680.1400.56
HSL192º51.02%28.82%-
HSV(B)192º67.57%43.53%-
XYZ7.789.8916.54-
YUV79.77145.6296.78-

RGB Variations

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

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 (Cyan) values IS 0.68
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal36961110.680.1400.5619251.0228.82
Hex24606F44E038c0331d
Octal44140157104160703006335
Binary100100110000011011111000100111001110001100000011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24606f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>