Html Css Color HEX #296C8B Astral

📋 copy color: '#296C8B'

red 41 ◦ green 108 ◦ blue 139

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

Shades of Astral #296C8B

Tints of Astral #296C8B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 37.5%

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

R = 14.24%
G = 37.5%
B = 48.26%

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

#296C8B (or 0x296C8B) is known color: Astral. HEX triplet: 29, 6C and 8B. RGB value is (41,108,139). Sum of RGB (Red+Green+Blue) = 41+108+139=288 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.24% from 288); Green value is 108 (42.58% from 255 or 37.5% from 288); Blue value is 139 (54.69% from 255 or 48.26% from 288); Max value from RGB is 139 - color contains mainly: blue. Hex color #296C8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296C8B is #D69374. Grayscale: #5B5B5B. Windows color (decimal): -14062453 or 9137193. OLE color: 9137193.

HSL color Cylindrical-coordinate representation of color #296C8B: hue angle of 198.98º 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 #296C8B is Cyan = 0.71, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 41 108 139 -
CMYK 0.71 0.22 0 0.45
HSL 198.98º 0.54% 0.35% -
HSV(B) 198.98º 0.71% 0.55% -
XYZ 10.94 13.06 26.37 -
YUV 91.5 154.8 91.98 -
System Red Green Blue C M Y K H S L
Decimal 41 108 139 0.71 0.22 0 0.45 198.98 0.54 0.35
Hex 29 6C 8B 47 16 0 2D C7 36 23
Octal 51 154 213 107 26 0 55 307 66 43
Binary 101001 1101100 10001011 1000111 10110 0 101101 11000111 110110 100011

Color Harmonies of #296C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296C8B

Black with #296C8B

Text Example


Text Example

White with #296C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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