Html Css Color HEX #21587D Bahama Blue

📋 copy color: '#21587D'

red 33 ◦ green 88 ◦ blue 125

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

Shades of Bahama Blue #21587D

Tints of Bahama Blue #21587D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 50.81%

R = 13.41%
G = 35.77%
B = 50.81%

CMYK

 C value IS 0.74

 M value IS 0.30

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#21587D (or 0x21587D) is known color: Bahama Blue. HEX triplet: 21, 58 and 7D. RGB value is (33,88,125). Sum of RGB (Red+Green+Blue) = 33+88+125=246 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.41% from 246); Green value is 88 (34.77% from 255 or 35.77% from 246); Blue value is 125 (49.22% from 255 or 50.81% from 246); Max value from RGB is 125 - color contains mainly: blue. Hex color #21587D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21587D is #DEA782. Grayscale: #4B4B4B. Windows color (decimal): -14591875 or 8214561. OLE color: 8214561.

HSL color Cylindrical-coordinate representation of color #21587D: hue angle of 204.13º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #21587D is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 33 88 125 -
CMYK 0.74 0.30 0 0.51
HSL 204.13º 0.58% 0.31% -
HSV(B) 204.13º 0.74% 0.49% -
XYZ 7.82 8.78 20.69 -
YUV 75.77 155.78 97.49 -
System Red Green Blue C M Y K H S L
Decimal 33 88 125 0.74 0.30 0 0.51 204.13 0.58 0.31
Hex 21 58 7D 4A 1E 0 33 CC 3A 1F
Octal 41 130 175 112 36 0 63 314 72 37
Binary 100001 1011000 1111101 1001010 11110 0 110011 11001100 111010 11111

Color Harmonies of #21587D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21587D

Black with #21587D

Text Example


Text Example

White with #21587D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21587D; }

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

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

background-color css

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

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

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

border-color css

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

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

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