Html Css Color HEX #215485 Bahama Blue

📋 copy color: '#215485'

red 33 ◦ green 84 ◦ blue 133

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

Shades of Bahama Blue #215485

Tints of Bahama Blue #215485

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.6%

 BLUE value IS 133 (52.34% from 255) = 53.2%

R = 13.2%
G = 33.6%
B = 53.2%

CMYK

 C value IS 0.75

 M value IS 0.37

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#215485 (or 0x215485) is known color: Bahama Blue. HEX triplet: 21, 54 and 85. RGB value is (33,84,133). Sum of RGB (Red+Green+Blue) = 33+84+133=250 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.2% from 250); Green value is 84 (33.20% from 255 or 33.6% from 250); Blue value is 133 (52.34% from 255 or 53.2% from 250); Max value from RGB is 133 - color contains mainly: blue. Hex color #215485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215485 is #DEAB7A. Grayscale: #4A4A4A. Windows color (decimal): -14592891 or 8737825. OLE color: 8737825.

HSL color Cylindrical-coordinate representation of color #215485: hue angle of 209.4º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #215485 is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 33 84 133 -
CMYK 0.75 0.37 0 0.48
HSL 209.4º 0.6% 0.33% -
HSV(B) 209.4º 0.75% 0.52% -
XYZ 8.03 8.36 23.38 -
YUV 74.34 161.1 98.52 -
System Red Green Blue C M Y K H S L
Decimal 33 84 133 0.75 0.37 0 0.48 209.4 0.6 0.33
Hex 21 54 85 4B 25 0 30 D1 3C 21
Octal 41 124 205 113 45 0 60 321 74 41
Binary 100001 1010100 10000101 1001011 100101 0 110000 11010001 111100 100001

Color Harmonies of #215485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215485

Black with #215485

Text Example


Text Example

White with #215485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215485; }

 p { color: rgb(33,84,133); }

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

background-color css

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

 a { background-color: rgb(33,84,133); }

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

border-color css

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

 span { border-color: rgb(33,84,133); }

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