#24668A

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

Shades of Bahama Blue #24668A

Tints of Bahama Blue #24668A

Color information

#24668A (or 0x24668A) is unknown color: approx Bahama Blue. HEX triplet: 24, 66 and 8A. RGB value is (36,102,138). Sum of RGB (Red+Green+Blue) = 36+102+138=276 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.04% from 276); Green value is 102 (40.23% from 255 or 36.96% from 276); Blue value is 138 (54.30% from 255 or 50% from 276); Max value from RGB is 138 - color contains mainly: blue. Hex color #24668A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24668A is #DB9975. Grayscale: #565656. Windows color (decimal): -14391670 or 9070116. OLE color: 9070116.

HSL color Cylindrical-coordinate representation of color #24668A: hue angle of 201.18º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #24668A is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB36102138-
CMYK0.740.2600.46
HSL201.18º58.62%34.12%-
HSV(B)201.18º73.91%54.12%-
XYZ10.0711.7125.77-
YUV86.37157.1392.07-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.04%
GREEN value IS 102 (40.23% from 255) = 36.96%
BLUE value IS 138 (54.30% from 255) = 50%
R=13.04%
G=36.96%
B=50%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal361021380.740.2600.46201.1858.6234.12
Hex24668A4A1A02Ec93b22
Octal44146212112320563117342
Binary100100110011010001010100101011010010111011001001111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24668A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,102,138); }

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

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

 a { background-color: rgb(36,102,138); }

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

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

 span { border-color: rgb(36,102,138); }

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