Html Css Color HEX #215483 Bahama Blue

📋 copy color: '#215483'

red 33 ◦ green 84 ◦ blue 131

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

Shades of Bahama Blue #215483

Tints of Bahama Blue #215483

RGB

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

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

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

R = 13.31%
G = 33.87%
B = 52.82%

CMYK

 C value IS 0.75

 M value IS 0.36

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#215483 (or 0x215483) is known color: Bahama Blue. HEX triplet: 21, 54 and 83. RGB value is (33,84,131). Sum of RGB (Red+Green+Blue) = 33+84+131=248 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.31% from 248); Green value is 84 (33.20% from 255 or 33.87% from 248); Blue value is 131 (51.56% from 255 or 52.82% from 248); Max value from RGB is 131 - color contains mainly: blue. Hex color #215483 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215483 is #DEAB7C. Grayscale: #494949. Windows color (decimal): -14592893 or 8606753. OLE color: 8606753.

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

Color convert

RGB 33 84 131 -
CMYK 0.75 0.36 0 0.49
HSL 208.78º 0.6% 0.32% -
HSV(B) 208.78º 0.75% 0.51% -
XYZ 7.89 8.3 22.66 -
YUV 74.11 160.1 98.68 -
System Red Green Blue C M Y K H S L
Decimal 33 84 131 0.75 0.36 0 0.49 208.78 0.6 0.32
Hex 21 54 83 4B 24 0 31 D1 3C 20
Octal 41 124 203 113 44 0 61 321 74 40
Binary 100001 1010100 10000011 1001011 100100 0 110001 11010001 111100 100000

Color Harmonies of #215483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215483

Black with #215483

Text Example


Text Example

White with #215483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215483; }

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

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

background-color css

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

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

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

border-color css

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

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

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