Html Css Color HEX #215884 Bahama Blue

📋 copy color: '#215884'

red 33 ◦ green 88 ◦ blue 132

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

Shades of Bahama Blue #215884

Tints of Bahama Blue #215884

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.78%

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

R = 13.04%
G = 34.78%
B = 52.17%

CMYK

 C value IS 0.75

 M value IS 0.33

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#215884 (or 0x215884) is known color: Bahama Blue. HEX triplet: 21, 58 and 84. RGB value is (33,88,132). Sum of RGB (Red+Green+Blue) = 33+88+132=253 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.04% from 253); Green value is 88 (34.77% from 255 or 34.78% from 253); Blue value is 132 (51.95% from 255 or 52.17% from 253); Max value from RGB is 132 - color contains mainly: blue. Hex color #215884 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215884 is #DEA77B. Grayscale: #4C4C4C. Windows color (decimal): -14591868 or 8673313. OLE color: 8673313.

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

Color convert

RGB 33 88 132 -
CMYK 0.75 0.33 0 0.48
HSL 206.67º 0.6% 0.32% -
HSV(B) 206.67º 0.75% 0.52% -
XYZ 8.28 8.97 23.12 -
YUV 76.57 159.28 96.92 -
System Red Green Blue C M Y K H S L
Decimal 33 88 132 0.75 0.33 0 0.48 206.67 0.6 0.32
Hex 21 58 84 4B 21 0 30 CF 3C 20
Octal 41 130 204 113 41 0 60 317 74 40
Binary 100001 1011000 10000100 1001011 100001 0 110000 11001111 111100 100000

Color Harmonies of #215884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215884

Black with #215884

Text Example


Text Example

White with #215884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215884; }

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

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

background-color css

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

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

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

border-color css

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

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

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