Html Css Color HEX #215585 Bahama Blue

📋 copy color: '#215585'

red 33 ◦ green 85 ◦ blue 133

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

Shades of Bahama Blue #215585

Tints of Bahama Blue #215585

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.86%

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

R = 13.15%
G = 33.86%
B = 52.99%

CMYK

 C value IS 0.75

 M value IS 0.36

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#215585 (or 0x215585) is known color: Bahama Blue. HEX triplet: 21, 55 and 85. RGB value is (33,85,133). Sum of RGB (Red+Green+Blue) = 33+85+133=251 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.15% from 251); Green value is 85 (33.59% from 255 or 33.86% from 251); Blue value is 133 (52.34% from 255 or 52.99% from 251); Max value from RGB is 133 - color contains mainly: blue. Hex color #215585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215585 is #DEAA7A. Grayscale: #4A4A4A. Windows color (decimal): -14592635 or 8738081. OLE color: 8738081.

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

Color convert

RGB 33 85 133 -
CMYK 0.75 0.36 0 0.48
HSL 208.8º 0.6% 0.33% -
HSV(B) 208.8º 0.75% 0.52% -
XYZ 8.11 8.51 23.41 -
YUV 74.92 160.77 98.1 -
System Red Green Blue C M Y K H S L
Decimal 33 85 133 0.75 0.36 0 0.48 208.8 0.6 0.33
Hex 21 55 85 4B 24 0 30 D1 3C 21
Octal 41 125 205 113 44 0 60 321 74 41
Binary 100001 1010101 10000101 1001011 100100 0 110000 11010001 111100 100001

Color Harmonies of #215585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215585

Black with #215585

Text Example


Text Example

White with #215585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215585; }

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

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

background-color css

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

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

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

border-color css

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

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

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