Html Css Color HEX #296786 Astral

📋 copy color: '#296786'

red 41 ◦ green 103 ◦ blue 134

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

Shades of Astral #296786

Tints of Astral #296786

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.05%

 BLUE value IS 134 (52.73% from 255) = 48.2%

R = 14.75%
G = 37.05%
B = 48.2%

CMYK

 C value IS 0.69

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#296786 (or 0x296786) is known color: Astral. HEX triplet: 29, 67 and 86. RGB value is (41,103,134). Sum of RGB (Red+Green+Blue) = 41+103+134=278 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.75% from 278); Green value is 103 (40.62% from 255 or 37.05% from 278); Blue value is 134 (52.73% from 255 or 48.20% from 278); Max value from RGB is 134 - color contains mainly: blue. Hex color #296786 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296786 is #D69879. Grayscale: #575757. Windows color (decimal): -14063738 or 8808233. OLE color: 8808233.

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

Color convert

RGB 41 103 134 -
CMYK 0.69 0.23 0 0.47
HSL 200º 0.53% 0.34% -
HSV(B) 200º 0.69% 0.53% -
XYZ 10.07 11.89 24.32 -
YUV 88 153.96 94.48 -
System Red Green Blue C M Y K H S L
Decimal 41 103 134 0.69 0.23 0 0.47 200 0.53 0.34
Hex 29 67 86 45 17 0 2F C8 35 22
Octal 51 147 206 105 27 0 57 310 65 42
Binary 101001 1100111 10000110 1000101 10111 0 101111 11001000 110101 100010

Color Harmonies of #296786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296786

Black with #296786

Text Example


Text Example

White with #296786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296786; }

 p { color: rgb(41,103,134); }

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

background-color css

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

 a { background-color: rgb(41,103,134); }

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

border-color css

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

 span { border-color: rgb(41,103,134); }

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