#21507A

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

Shades of Bahama Blue #21507A

Tints of Bahama Blue #21507A

Color information

#21507A (or 0x21507A) is unknown color: approx Bahama Blue. HEX triplet: 21, 50 and 7A. RGB value is (33,80,122). Sum of RGB (Red+Green+Blue) = 33+80+122=235 (31% of max value = 765). Red value is 33 (13.28% from 255 or 14.04% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 122 (48.05% from 255 or 51.91% from 235); Max value from RGB is 122 - color contains mainly: blue. Hex color #21507A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21507A is #DEAF85. Grayscale: #464646. Windows color (decimal): -14593926 or 8015905. OLE color: 8015905.

HSL color Cylindrical-coordinate representation of color #21507A: hue angle of 208.31º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #21507A is Cyan = 0.73, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3380122-
CMYK0.730.3400.52
HSL208.31º57.42%30.39%-
HSV(B)208.31º72.95%47.84%-
XYZ7.017.4719.48-
YUV70.73156.93101.08-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.04%
GREEN value IS 80 (31.64% from 255) = 34.04%
BLUE value IS 122 (48.05% from 255) = 51.91%
R=14.04%
G=34.04%
B=51.91%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal33801220.730.3400.52208.3157.4230.39
Hex21507A4922034d0391e
Octal41120172111420643207136
Binary10000110100001111010100100110001001101001101000011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21507A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,80,122); }

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

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

 a { background-color: rgb(33,80,122); }

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

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

 span { border-color: rgb(33,80,122); }

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