Html Css Color HEX #215883 Bahama Blue

📋 copy color: '#215883'

red 33 ◦ green 88 ◦ blue 131

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

Shades of Bahama Blue #215883

Tints of Bahama Blue #215883

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.92%

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

R = 13.1%
G = 34.92%
B = 51.98%

CMYK

 C value IS 0.75

 M value IS 0.33

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#215883 (or 0x215883) is known color: Bahama Blue. HEX triplet: 21, 58 and 83. RGB value is (33,88,131). Sum of RGB (Red+Green+Blue) = 33+88+131=252 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.10% from 252); Green value is 88 (34.77% from 255 or 34.92% from 252); Blue value is 131 (51.56% from 255 or 51.98% from 252); Max value from RGB is 131 - color contains mainly: blue. Hex color #215883 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215883 is #DEA77C. Grayscale: #4C4C4C. Windows color (decimal): -14591869 or 8607777. OLE color: 8607777.

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

Color convert

RGB 33 88 131 -
CMYK 0.75 0.33 0 0.49
HSL 206.33º 0.6% 0.32% -
HSV(B) 206.33º 0.75% 0.51% -
XYZ 8.21 8.94 22.77 -
YUV 76.46 158.78 97 -
System Red Green Blue C M Y K H S L
Decimal 33 88 131 0.75 0.33 0 0.49 206.33 0.6 0.32
Hex 21 58 83 4B 21 0 31 CE 3C 20
Octal 41 130 203 113 41 0 61 316 74 40
Binary 100001 1011000 10000011 1001011 100001 0 110001 11001110 111100 100000

Color Harmonies of #215883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215883

Black with #215883

Text Example


Text Example

White with #215883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215883; }

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

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

background-color css

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

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

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

border-color css

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

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

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