Html Css Color HEX #215484 Bahama Blue

📋 copy color: '#215484'

red 33 ◦ green 84 ◦ blue 132

#215484
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahama Blue #215484

Tints of Bahama Blue #215484

RGB

 RED value IS 33 (13.28% from 255) = 13.25%

 GREEN value IS 84 (33.2% from 255) = 33.73%

 BLUE value IS 132 (51.95% from 255) = 53.01%

R = 13.25%
G = 33.73%
B = 53.01%

CMYK

 C value IS 0.75

 M value IS 0.36

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#215484 (or 0x215484) is known color: Bahama Blue. HEX triplet: 21, 54 and 84. RGB value is (33,84,132). Sum of RGB (Red+Green+Blue) = 33+84+132=249 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.25% from 249); Green value is 84 (33.20% from 255 or 33.73% from 249); Blue value is 132 (51.95% from 255 or 53.01% from 249); Max value from RGB is 132 - color contains mainly: blue. Hex color #215484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215484 is #DEAB7B. Grayscale: #494949. Windows color (decimal): -14592892 or 8672289. OLE color: 8672289.

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

Color convert

RGB 33 84 132 -
CMYK 0.75 0.36 0 0.48
HSL 209.09º 0.6% 0.32% -
HSV(B) 209.09º 0.75% 0.52% -
XYZ 7.96 8.33 23.02 -
YUV 74.22 160.6 98.6 -
System Red Green Blue C M Y K H S L
Decimal 33 84 132 0.75 0.36 0 0.48 209.09 0.6 0.32
Hex 21 54 84 4B 24 0 30 D1 3C 20
Octal 41 124 204 113 44 0 60 321 74 40
Binary 100001 1010100 10000100 1001011 100100 0 110000 11010001 111100 100000

Color Harmonies of #215484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215484

Black with #215484

Text Example


Text Example

White with #215484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215484; }

 p { color: rgb(33,84,132); }

 H1.HeaderClassName
 {
   color: #215484;
 }
 .AnyTagClassName
 {
   color: #215484;
 }
</style>

background-color css

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

 a { background-color: rgb(33,84,132); }

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

border-color css

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

 span { border-color: rgb(33,84,132); }

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