Html Css Color HEX #204B81 Bahama Blue

📋 copy color: '#204B81'

red 32 ◦ green 75 ◦ blue 129

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

Shades of Bahama Blue #204B81

Tints of Bahama Blue #204B81

RGB

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

 GREEN value IS 75 (29.69% from 255) = 31.78%

 BLUE value IS 129 (50.78% from 255) = 54.66%

R = 13.56%
G = 31.78%
B = 54.66%

CMYK

 C value IS 0.75

 M value IS 0.42

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#204B81 (or 0x204B81) is known color: Bahama Blue. HEX triplet: 20, 4B and 81. RGB value is (32,75,129). Sum of RGB (Red+Green+Blue) = 32+75+129=236 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.56% from 236); Green value is 75 (29.69% from 255 or 31.78% from 236); Blue value is 129 (50.78% from 255 or 54.66% from 236); Max value from RGB is 129 - color contains mainly: blue. Hex color #204B81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204B81 is #DFB47E. Grayscale: #444444. Windows color (decimal): -14660735 or 8473376. OLE color: 8473376.

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

Color convert

RGB 32 75 129 -
CMYK 0.75 0.42 0 0.49
HSL 213.4º 0.6% 0.32% -
HSV(B) 213.4º 0.75% 0.51% -
XYZ 7.07 6.92 21.73 -
YUV 68.3 162.25 102.11 -
System Red Green Blue C M Y K H S L
Decimal 32 75 129 0.75 0.42 0 0.49 213.4 0.6 0.32
Hex 20 4B 81 4B 2A 0 31 D5 3C 20
Octal 40 113 201 113 52 0 61 325 74 40
Binary 100000 1001011 10000001 1001011 101010 0 110001 11010101 111100 100000

Color Harmonies of #204B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204B81

Black with #204B81

Text Example


Text Example

White with #204B81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204B81; }

 p { color: rgb(32,75,129); }

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

background-color css

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

 a { background-color: rgb(32,75,129); }

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

border-color css

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

 span { border-color: rgb(32,75,129); }

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