Html Css Color HEX #215682 Bahama Blue

📋 copy color: '#215682'

red 33 ◦ green 86 ◦ blue 130

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

Shades of Bahama Blue #215682

Tints of Bahama Blue #215682

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.54%

 BLUE value IS 130 (51.17% from 255) = 52.21%

R = 13.25%
G = 34.54%
B = 52.21%

CMYK

 C value IS 0.75

 M value IS 0.34

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#215682 (or 0x215682) is known color: Bahama Blue. HEX triplet: 21, 56 and 82. RGB value is (33,86,130). Sum of RGB (Red+Green+Blue) = 33+86+130=249 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.25% from 249); Green value is 86 (33.98% from 255 or 34.54% from 249); Blue value is 130 (51.17% from 255 or 52.21% from 249); Max value from RGB is 130 - color contains mainly: blue. Hex color #215682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215682 is #DEA97D. Grayscale: #4A4A4A. Windows color (decimal): -14592382 or 8541729. OLE color: 8541729.

HSL color Cylindrical-coordinate representation of color #215682: hue angle of 207.22º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #215682 is Cyan = 0.75, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 33 86 130 -
CMYK 0.75 0.34 0 0.49
HSL 207.22º 0.6% 0.32% -
HSV(B) 207.22º 0.75% 0.51% -
XYZ 7.98 8.59 22.36 -
YUV 75.17 158.94 97.92 -
System Red Green Blue C M Y K H S L
Decimal 33 86 130 0.75 0.34 0 0.49 207.22 0.6 0.32
Hex 21 56 82 4B 22 0 31 CF 3C 20
Octal 41 126 202 113 42 0 61 317 74 40
Binary 100001 1010110 10000010 1001011 100010 0 110001 11001111 111100 100000

Color Harmonies of #215682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215682

Black with #215682

Text Example


Text Example

White with #215682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215682; }

 p { color: rgb(33,86,130); }

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

background-color css

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

 a { background-color: rgb(33,86,130); }

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

border-color css

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

 span { border-color: rgb(33,86,130); }

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