Html Css Color HEX #296785 Astral

📋 copy color: '#296785'

red 41 ◦ green 103 ◦ blue 133

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

Shades of Astral #296785

Tints of Astral #296785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 48.01%

R = 14.8%
G = 37.18%
B = 48.01%

CMYK

 C value IS 0.69

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#296785 (or 0x296785) is known color: Astral. HEX triplet: 29, 67 and 85. RGB value is (41,103,133). Sum of RGB (Red+Green+Blue) = 41+103+133=277 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.80% from 277); Green value is 103 (40.62% from 255 or 37.18% from 277); Blue value is 133 (52.34% from 255 or 48.01% from 277); Max value from RGB is 133 - color contains mainly: blue. Hex color #296785 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296785 is #D6987A. Grayscale: #575757. Windows color (decimal): -14063739 or 8742697. OLE color: 8742697.

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

Color convert

RGB 41 103 133 -
CMYK 0.69 0.23 0 0.48
HSL 199.57º 0.53% 0.34% -
HSV(B) 199.57º 0.69% 0.52% -
XYZ 10 11.87 23.95 -
YUV 87.88 153.46 94.56 -
System Red Green Blue C M Y K H S L
Decimal 41 103 133 0.69 0.23 0 0.48 199.57 0.53 0.34
Hex 29 67 85 45 17 0 30 C8 35 22
Octal 51 147 205 105 27 0 60 310 65 42
Binary 101001 1100111 10000101 1000101 10111 0 110000 11001000 110101 100010

Color Harmonies of #296785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296785

Black with #296785

Text Example


Text Example

White with #296785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296785; }

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

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

background-color css

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

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

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

border-color css

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

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

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