Html Css Color HEX #215683 Bahama Blue

📋 copy color: '#215683'

red 33 ◦ green 86 ◦ blue 131

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

Shades of Bahama Blue #215683

Tints of Bahama Blue #215683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 52.4%

R = 13.2%
G = 34.4%
B = 52.4%

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

#215683 (or 0x215683) is known color: Bahama Blue. HEX triplet: 21, 56 and 83. RGB value is (33,86,131). Sum of RGB (Red+Green+Blue) = 33+86+131=250 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.2% from 250); Green value is 86 (33.98% from 255 or 34.4% from 250); Blue value is 131 (51.56% from 255 or 52.4% from 250); Max value from RGB is 131 - color contains mainly: blue. Hex color #215683 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215683 is #DEA97C. Grayscale: #4B4B4B. Windows color (decimal): -14592381 or 8607265. OLE color: 8607265.

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

Color convert

RGB 33 86 131 -
CMYK 0.75 0.34 0 0.49
HSL 207.55º 0.6% 0.32% -
HSV(B) 207.55º 0.75% 0.51% -
XYZ 8.05 8.62 22.71 -
YUV 75.28 159.44 97.84 -
System Red Green Blue C M Y K H S L
Decimal 33 86 131 0.75 0.34 0 0.49 207.55 0.6 0.32
Hex 21 56 83 4B 22 0 31 D0 3C 20
Octal 41 126 203 113 42 0 61 320 74 40
Binary 100001 1010110 10000011 1001011 100010 0 110001 11010000 111100 100000

Color Harmonies of #215683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215683

Black with #215683

Text Example


Text Example

White with #215683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215683; }

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

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

background-color css

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

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

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

border-color css

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

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

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