Html Css Color HEX #215276 Bahama Blue

📋 copy color: '#215276'

red 33 ◦ green 82 ◦ blue 118

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

Shades of Bahama Blue #215276

Tints of Bahama Blue #215276

RGB

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

 GREEN value IS 82 (32.42% from 255) = 35.19%

 BLUE value IS 118 (46.48% from 255) = 50.64%

R = 14.16%
G = 35.19%
B = 50.64%

CMYK

 C value IS 0.72

 M value IS 0.31

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#215276 (or 0x215276) is known color: Bahama Blue. HEX triplet: 21, 52 and 76. RGB value is (33,82,118). Sum of RGB (Red+Green+Blue) = 33+82+118=233 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.16% from 233); Green value is 82 (32.42% from 255 or 35.19% from 233); Blue value is 118 (46.48% from 255 or 50.64% from 233); Max value from RGB is 118 - color contains mainly: blue. Hex color #215276 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215276 is #DEAD89. Grayscale: #474747. Windows color (decimal): -14593418 or 7754273. OLE color: 7754273.

HSL color Cylindrical-coordinate representation of color #215276: hue angle of 205.41º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #215276 is Cyan = 0.72, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 33 82 118 -
CMYK 0.72 0.31 0 0.54
HSL 205.41º 0.56% 0.3% -
HSV(B) 205.41º 0.72% 0.46% -
XYZ 6.91 7.67 18.25 -
YUV 71.45 154.27 100.57 -
System Red Green Blue C M Y K H S L
Decimal 33 82 118 0.72 0.31 0 0.54 205.41 0.56 0.3
Hex 21 52 76 48 1F 0 36 CD 38 1E
Octal 41 122 166 110 37 0 66 315 70 36
Binary 100001 1010010 1110110 1001000 11111 0 110110 11001101 111000 11110

Color Harmonies of #215276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215276

Black with #215276

Text Example


Text Example

White with #215276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215276; }

 p { color: rgb(33,82,118); }

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

background-color css

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

 a { background-color: rgb(33,82,118); }

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

border-color css

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

 span { border-color: rgb(33,82,118); }

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