#21507E

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

Shades of Bahama Blue #21507E

Tints of Bahama Blue #21507E

Color information

#21507E (or 0x21507E) is unknown color: approx Bahama Blue. HEX triplet: 21, 50 and 7E. RGB value is (33,80,126). Sum of RGB (Red+Green+Blue) = 33+80+126=239 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.81% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 126 (49.61% from 255 or 52.72% from 239); Max value from RGB is 126 - color contains mainly: blue. Hex color #21507E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21507E is #DEAF81. Grayscale: #464646. Windows color (decimal): -14593922 or 8278049. OLE color: 8278049.

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

Color convert

RGB3380126-
CMYK0.740.3700.51
HSL209.68º58.49%31.18%-
HSV(B)209.68º73.81%49.41%-
XYZ7.267.5720.82-
YUV71.19158.93100.76-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.81%
GREEN value IS 80 (31.64% from 255) = 33.47%
BLUE value IS 126 (49.61% from 255) = 52.72%
R=13.81%
G=33.47%
B=52.72%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal33801260.740.3700.51209.6858.4931.18
Hex21507E4A25033d23a1f
Octal41120176112450633227237
Binary10000110100001111110100101010010101100111101001011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21507E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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