Html Css Color HEX #215B84 Bahama Blue

📋 copy color: '#215B84'

red 33 ◦ green 91 ◦ blue 132

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

Shades of Bahama Blue #215B84

Tints of Bahama Blue #215B84

RGB

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

 GREEN value IS 91 (35.94% from 255) = 35.55%

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

R = 12.89%
G = 35.55%
B = 51.56%

CMYK

 C value IS 0.75

 M value IS 0.31

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#215B84 (or 0x215B84) is known color: Bahama Blue. HEX triplet: 21, 5B and 84. RGB value is (33,91,132). Sum of RGB (Red+Green+Blue) = 33+91+132=256 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.89% from 256); Green value is 91 (35.94% from 255 or 35.55% from 256); Blue value is 132 (51.95% from 255 or 51.56% from 256); Max value from RGB is 132 - color contains mainly: blue. Hex color #215B84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215B84 is #DEA47B. Grayscale: #4E4E4E. Windows color (decimal): -14591100 or 8674081. OLE color: 8674081.

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

Color convert

RGB 33 91 132 -
CMYK 0.75 0.31 0 0.48
HSL 204.85º 0.6% 0.32% -
HSV(B) 204.85º 0.75% 0.52% -
XYZ 8.53 9.47 23.21 -
YUV 78.33 158.28 95.67 -
System Red Green Blue C M Y K H S L
Decimal 33 91 132 0.75 0.31 0 0.48 204.85 0.6 0.32
Hex 21 5B 84 4B 1F 0 30 CD 3C 20
Octal 41 133 204 113 37 0 60 315 74 40
Binary 100001 1011011 10000100 1001011 11111 0 110000 11001101 111100 100000

Color Harmonies of #215B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215B84

Black with #215B84

Text Example


Text Example

White with #215B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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