#24677A

Color #24677A Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #24677A

Tints of Allports #24677A

Color information

#24677A (or 0x24677A) is unknown color: approx Allports. HEX triplet: 24, 67 and 7A. RGB value is (36,103,122). Sum of RGB (Red+Green+Blue) = 36+103+122=261 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.79% from 261); Green value is 103 (40.62% from 255 or 39.46% from 261); Blue value is 122 (48.05% from 255 or 46.74% from 261); Max value from RGB is 122 - color contains mainly: blue. Hex color #24677A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24677A is #DB9885. Grayscale: #545454. Windows color (decimal): -14391430 or 8021796. OLE color: 8021796.

HSL color Cylindrical-coordinate representation of color #24677A: hue angle of 193.26º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #24677A is Cyan = 0.70, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB36103122-
CMYK0.700.1600.52
HSL193.26º54.43%30.98%-
HSV(B)193.26º70.49%47.84%-
XYZ9.0911.4820.15-
YUV85.13148.892.96-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.79%
GREEN value IS 103 (40.62% from 255) = 39.46%
BLUE value IS 122 (48.05% from 255) = 46.74%
R=13.79%
G=39.46%
B=46.74%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal361031220.700.1600.52193.2654.4330.98
Hex24677A4610034c1361f
Octal44147172106200643016637
Binary1001001100111111101010001101000001101001100000111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24677A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24677A; }

 p { color: rgb(36,103,122); }

 H1.HeaderClassName
 {
   color: #24677A;
 }
 .AnyTagClassName
 {
   color: #24677A;
 }
</style>
background-color css

<style>
 a { background-color: #24677A; }

 a { background-color: rgb(36,103,122); }

 div.DivClassName
 {
   background-color: #24677A;
 }
 .BgClassName
 {
   background-color: #24677A;
 }
</style>
border-color css

<style>
 span { border-color: #24677A; }

 span { border-color: rgb(36,103,122); }

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