Html Css Color HEX #20537C Bahama Blue

📋 copy color: '#20537C'

red 32 ◦ green 83 ◦ blue 124

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

Shades of Bahama Blue #20537C

Tints of Bahama Blue #20537C

RGB

 RED value IS 32 (12.89% from 255) = 13.39%

 GREEN value IS 83 (32.81% from 255) = 34.73%

 BLUE value IS 124 (48.83% from 255) = 51.88%

R = 13.39%
G = 34.73%
B = 51.88%

CMYK

 C value IS 0.74

 M value IS 0.33

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#20537C (or 0x20537C) is known color: Bahama Blue. HEX triplet: 20, 53 and 7C. RGB value is (32,83,124). Sum of RGB (Red+Green+Blue) = 32+83+124=239 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.39% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 124 (48.83% from 255 or 51.88% from 239); Max value from RGB is 124 - color contains mainly: blue. Hex color #20537C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20537C is #DFAC83. Grayscale: #484848. Windows color (decimal): -14658692 or 8147744. OLE color: 8147744.

HSL color Cylindrical-coordinate representation of color #20537C: hue angle of 206.74º degrees, saturation: 0.59, 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 #20537C is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 32 83 124 -
CMYK 0.74 0.33 0 0.51
HSL 206.74º 0.59% 0.31% -
HSV(B) 206.74º 0.74% 0.49% -
XYZ 7.33 7.95 20.22 -
YUV 72.43 157.1 99.17 -
System Red Green Blue C M Y K H S L
Decimal 32 83 124 0.74 0.33 0 0.51 206.74 0.59 0.31
Hex 20 53 7C 4A 21 0 33 CF 3B 1F
Octal 40 123 174 112 41 0 63 317 73 37
Binary 100000 1010011 1111100 1001010 100001 0 110011 11001111 111011 11111

Color Harmonies of #20537C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20537C

Black with #20537C

Text Example


Text Example

White with #20537C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20537C; }

 p { color: rgb(32,83,124); }

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

background-color css

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

 a { background-color: rgb(32,83,124); }

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

border-color css

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

 span { border-color: rgb(32,83,124); }

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