#215A82

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

Shades of Bahama Blue #215A82

Tints of Bahama Blue #215A82

Color information

#215A82 (or 0x215A82) is unknown color: approx Bahama Blue. HEX triplet: 21, 5A and 82. RGB value is (33,90,130). Sum of RGB (Red+Green+Blue) = 33+90+130=253 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.04% from 253); Green value is 90 (35.55% from 255 or 35.57% from 253); Blue value is 130 (51.17% from 255 or 51.38% from 253); Max value from RGB is 130 - color contains mainly: blue. Hex color #215A82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215A82 is #DEA57D. Grayscale: #4D4D4D. Windows color (decimal): -14591358 or 8542753. OLE color: 8542753.

HSL color Cylindrical-coordinate representation of color #215A82: hue angle of 204.74º 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 #215A82 is Cyan = 0.75, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3390130-
CMYK0.750.3100.49
HSL204.74º59.51%31.96%-
HSV(B)204.74º74.62%50.98%-
XYZ8.319.2522.47-
YUV77.52157.6296.25-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.04%
GREEN value IS 90 (35.55% from 255) = 35.57%
BLUE value IS 130 (51.17% from 255) = 51.38%
R=13.04%
G=35.57%
B=51.38%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal33901300.750.3100.49204.7459.5131.96
Hex215A824B1F031cd3c20
Octal41132202113370613157440
Binary100001101101010000010100101111111011000111001101111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215A82; }

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

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

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

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

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

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

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

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