Html Css Color HEX #215379 Bahama Blue

📋 copy color: '#215379'

red 33 ◦ green 83 ◦ blue 121

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

Shades of Bahama Blue #215379

Tints of Bahama Blue #215379

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.02%

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

R = 13.92%
G = 35.02%
B = 51.05%

CMYK

 C value IS 0.73

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#215379 (or 0x215379) is known color: Bahama Blue. HEX triplet: 21, 53 and 79. RGB value is (33,83,121). Sum of RGB (Red+Green+Blue) = 33+83+121=237 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.92% from 237); Green value is 83 (32.81% from 255 or 35.02% from 237); Blue value is 121 (47.66% from 255 or 51.05% from 237); Max value from RGB is 121 - color contains mainly: blue. Hex color #215379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215379 is #DEAC86. Grayscale: #484848. Windows color (decimal): -14593159 or 7951137. OLE color: 7951137.

HSL color Cylindrical-coordinate representation of color #215379: hue angle of 205.91º 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 #215379 is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 33 83 121 -
CMYK 0.73 0.31 0 0.53
HSL 205.91º 0.57% 0.3% -
HSV(B) 205.91º 0.73% 0.47% -
XYZ 7.17 7.89 19.23 -
YUV 72.38 155.44 99.91 -
System Red Green Blue C M Y K H S L
Decimal 33 83 121 0.73 0.31 0 0.53 205.91 0.57 0.3
Hex 21 53 79 49 1F 0 35 CE 39 1E
Octal 41 123 171 111 37 0 65 316 71 36
Binary 100001 1010011 1111001 1001001 11111 0 110101 11001110 111001 11110

Color Harmonies of #215379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215379

Black with #215379

Text Example


Text Example

White with #215379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215379; }

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

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

background-color css

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

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

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

border-color css

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

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

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