Html Css Color HEX #296D8B Astral

📋 copy color: '#296D8B'

red 41 ◦ green 109 ◦ blue 139

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

Shades of Astral #296D8B

Tints of Astral #296D8B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 37.72%

 BLUE value IS 139 (54.69% from 255) = 48.1%

R = 14.19%
G = 37.72%
B = 48.1%

CMYK

 C value IS 0.71

 M value IS 0.22

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#296D8B (or 0x296D8B) is known color: Astral. HEX triplet: 29, 6D and 8B. RGB value is (41,109,139). Sum of RGB (Red+Green+Blue) = 41+109+139=289 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.19% from 289); Green value is 109 (42.97% from 255 or 37.72% from 289); Blue value is 139 (54.69% from 255 or 48.10% from 289); Max value from RGB is 139 - color contains mainly: blue. Hex color #296D8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296D8B is #D69274. Grayscale: #5B5B5B. Windows color (decimal): -14062197 or 9137449. OLE color: 9137449.

HSL color Cylindrical-coordinate representation of color #296D8B: hue angle of 198.37º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #296D8B is Cyan = 0.71, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 41 109 139 -
CMYK 0.71 0.22 0 0.45
HSL 198.37º 0.54% 0.35% -
HSV(B) 198.37º 0.71% 0.55% -
XYZ 11.04 13.27 26.41 -
YUV 92.09 154.47 91.56 -
System Red Green Blue C M Y K H S L
Decimal 41 109 139 0.71 0.22 0 0.45 198.37 0.54 0.35
Hex 29 6D 8B 47 16 0 2D C6 36 23
Octal 51 155 213 107 26 0 55 306 66 43
Binary 101001 1101101 10001011 1000111 10110 0 101101 11000110 110110 100011

Color Harmonies of #296D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296D8B

Black with #296D8B

Text Example


Text Example

White with #296D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296D8B; }

 p { color: rgb(41,109,139); }

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

background-color css

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

 a { background-color: rgb(41,109,139); }

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

border-color css

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

 span { border-color: rgb(41,109,139); }

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