#215382

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

Shades of Bahama Blue #215382

Tints of Bahama Blue #215382

Color information

#215382 (or 0x215382) is unknown color: approx Bahama Blue. HEX triplet: 21, 53 and 82. RGB value is (33,83,130). Sum of RGB (Red+Green+Blue) = 33+83+130=246 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.41% from 246); Green value is 83 (32.81% from 255 or 33.74% from 246); Blue value is 130 (51.17% from 255 or 52.85% from 246); Max value from RGB is 130 - color contains mainly: blue. Hex color #215382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215382 is #DEAC7D. Grayscale: #494949. Windows color (decimal): -14593150 or 8540961. OLE color: 8540961.

HSL color Cylindrical-coordinate representation of color #215382: hue angle of 209.07º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #215382 is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3383130-
CMYK0.750.3600.49
HSL209.07º59.51%31.96%-
HSV(B)209.07º74.62%50.98%-
XYZ7.758.1222.28-
YUV73.41159.9499.18-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.41%
GREEN value IS 83 (32.81% from 255) = 33.74%
BLUE value IS 130 (51.17% from 255) = 52.85%
R=13.41%
G=33.74%
B=52.85%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal33831300.750.3600.49209.0759.5131.96
Hex2153824B24031d13c20
Octal41123202113440613217440
Binary1000011010011100000101001011100100011000111010001111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215382; }

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

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

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

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

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

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

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

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