Html Css Color HEX #204E83 Bahama Blue

📋 copy color: '#204E83'

red 32 ◦ green 78 ◦ blue 131

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

Shades of Bahama Blue #204E83

Tints of Bahama Blue #204E83

RGB

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

 GREEN value IS 78 (30.86% from 255) = 32.37%

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

R = 13.28%
G = 32.37%
B = 54.36%

CMYK

 C value IS 0.76

 M value IS 0.40

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#204E83 (or 0x204E83) is known color: Bahama Blue. HEX triplet: 20, 4E and 83. RGB value is (32,78,131). Sum of RGB (Red+Green+Blue) = 32+78+131=241 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.28% from 241); Green value is 78 (30.86% from 255 or 32.37% from 241); Blue value is 131 (51.56% from 255 or 54.36% from 241); Max value from RGB is 131 - color contains mainly: blue. Hex color #204E83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #204E83 is #DFB17C. Grayscale: #464646. Windows color (decimal): -14659965 or 8605216. OLE color: 8605216.

HSL color Cylindrical-coordinate representation of color #204E83: hue angle of 212.12º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #204E83 is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 32 78 131 -
CMYK 0.76 0.40 0 0.49
HSL 212.12º 0.61% 0.32% -
HSV(B) 212.12º 0.76% 0.51% -
XYZ 7.42 7.39 22.51 -
YUV 70.29 162.26 100.69 -
System Red Green Blue C M Y K H S L
Decimal 32 78 131 0.76 0.40 0 0.49 212.12 0.61 0.32
Hex 20 4E 83 4C 28 0 31 D4 3D 20
Octal 40 116 203 114 50 0 61 324 75 40
Binary 100000 1001110 10000011 1001100 101000 0 110001 11010100 111101 100000

Color Harmonies of #204E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204E83

Black with #204E83

Text Example


Text Example

White with #204E83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,78,131); }

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

background-color css

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

 a { background-color: rgb(32,78,131); }

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

border-color css

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

 span { border-color: rgb(32,78,131); }

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