Html Css Color HEX #215279 Bahama Blue

📋 copy color: '#215279'

red 33 ◦ green 82 ◦ blue 121

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

Shades of Bahama Blue #215279

Tints of Bahama Blue #215279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 51.27%

R = 13.98%
G = 34.75%
B = 51.27%

CMYK

 C value IS 0.73

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#215279 (or 0x215279) is known color: Bahama Blue. HEX triplet: 21, 52 and 79. RGB value is (33,82,121). Sum of RGB (Red+Green+Blue) = 33+82+121=236 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.98% from 236); Green value is 82 (32.42% from 255 or 34.75% from 236); Blue value is 121 (47.66% from 255 or 51.27% from 236); Max value from RGB is 121 - color contains mainly: blue. Hex color #215279 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215279 is #DEAD86. Grayscale: #474747. Windows color (decimal): -14593415 or 7950881. OLE color: 7950881.

HSL color Cylindrical-coordinate representation of color #215279: hue angle of 206.59º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #215279 is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 33 82 121 -
CMYK 0.73 0.32 0 0.53
HSL 206.59º 0.57% 0.3% -
HSV(B) 206.59º 0.73% 0.47% -
XYZ 7.1 7.74 19.21 -
YUV 71.8 155.77 100.33 -
System Red Green Blue C M Y K H S L
Decimal 33 82 121 0.73 0.32 0 0.53 206.59 0.57 0.3
Hex 21 52 79 49 20 0 35 CF 39 1E
Octal 41 122 171 111 40 0 65 317 71 36
Binary 100001 1010010 1111001 1001001 100000 0 110101 11001111 111001 11110

Color Harmonies of #215279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215279

Black with #215279

Text Example


Text Example

White with #215279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215279; }

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

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

background-color css

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

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

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

border-color css

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

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

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