Html Css Color HEX #296583 Bahama Blue

📋 copy color: '#296583'

red 41 ◦ green 101 ◦ blue 131

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

Shades of Bahama Blue #296583

Tints of Bahama Blue #296583

RGB

 RED value IS 41 (16.41% from 255) = 15.02%

 GREEN value IS 101 (39.84% from 255) = 37%

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

R = 15.02%
G = 37%
B = 47.99%

CMYK

 C value IS 0.69

 M value IS 0.23

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#296583 (or 0x296583) is known color: Bahama Blue. HEX triplet: 29, 65 and 83. RGB value is (41,101,131). Sum of RGB (Red+Green+Blue) = 41+101+131=273 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.02% from 273); Green value is 101 (39.84% from 255 or 37.00% from 273); Blue value is 131 (51.56% from 255 or 47.99% from 273); Max value from RGB is 131 - color contains mainly: blue. Hex color #296583 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296583 is #D69A7C. Grayscale: #565656. Windows color (decimal): -14064253 or 8611113. OLE color: 8611113.

HSL color Cylindrical-coordinate representation of color #296583: hue angle of 200º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #296583 is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 41 101 131 -
CMYK 0.69 0.23 0 0.49
HSL 200º 0.52% 0.34% -
HSV(B) 200º 0.69% 0.51% -
XYZ 9.66 11.42 23.17 -
YUV 86.48 153.12 95.56 -
System Red Green Blue C M Y K H S L
Decimal 41 101 131 0.69 0.23 0 0.49 200 0.52 0.34
Hex 29 65 83 45 17 0 31 C8 34 22
Octal 51 145 203 105 27 0 61 310 64 42
Binary 101001 1100101 10000011 1000101 10111 0 110001 11001000 110100 100010

Color Harmonies of #296583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296583

Black with #296583

Text Example


Text Example

White with #296583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296583; }

 p { color: rgb(41,101,131); }

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

background-color css

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

 a { background-color: rgb(41,101,131); }

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

border-color css

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

 span { border-color: rgb(41,101,131); }

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