#21537C

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

Shades of Bahama Blue #21537C

Tints of Bahama Blue #21537C

Color information

#21537C (or 0x21537C) is unknown color: approx Bahama Blue. HEX triplet: 21, 53 and 7C. RGB value is (33,83,124). Sum of RGB (Red+Green+Blue) = 33+83+124=240 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.75% from 240); Green value is 83 (32.81% from 255 or 34.58% from 240); Blue value is 124 (48.83% from 255 or 51.67% from 240); Max value from RGB is 124 - color contains mainly: blue. Hex color #21537C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21537C is #DEAC83. Grayscale: #484848. Windows color (decimal): -14593156 or 8147745. OLE color: 8147745.

HSL color Cylindrical-coordinate representation of color #21537C: hue angle of 207.03º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #21537C is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3383124-
CMYK0.730.3300.51
HSL207.03º57.96%30.78%-
HSV(B)207.03º73.39%48.63%-
XYZ7.367.9720.22-
YUV72.72156.9499.67-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.75%
GREEN value IS 83 (32.81% from 255) = 34.58%
BLUE value IS 124 (48.83% from 255) = 51.67%
R=13.75%
G=34.58%
B=51.67%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal33831240.730.3300.51207.0357.9630.78
Hex21537C4921033cf3a1f
Octal41123174111410633177237
Binary10000110100111111100100100110000101100111100111111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21537C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21537C; }

 p { color: rgb(33,83,124); }

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

<style>
 a { background-color: #21537C; }

 a { background-color: rgb(33,83,124); }

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

<style>
 span { border-color: #21537C; }

 span { border-color: rgb(33,83,124); }

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