Html Css Color HEX #296C92 Astral

📋 copy color: '#296C92'

red 41 ◦ green 108 ◦ blue 146

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

Shades of Astral #296C92

Tints of Astral #296C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 49.49%

R = 13.9%
G = 36.61%
B = 49.49%

CMYK

 C value IS 0.72

 M value IS 0.26

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#296C92 (or 0x296C92) is known color: Astral. HEX triplet: 29, 6C and 92. RGB value is (41,108,146). Sum of RGB (Red+Green+Blue) = 41+108+146=295 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.90% from 295); Green value is 108 (42.58% from 255 or 36.61% from 295); Blue value is 146 (57.42% from 255 or 49.49% from 295); Max value from RGB is 146 - color contains mainly: blue. Hex color #296C92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296C92 is #D6936D. Grayscale: #5C5C5C. Windows color (decimal): -14062446 or 9595945. OLE color: 9595945.

HSL color Cylindrical-coordinate representation of color #296C92: hue angle of 201.71º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #296C92 is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 41 108 146 -
CMYK 0.72 0.26 0 0.43
HSL 201.71º 0.56% 0.37% -
HSV(B) 201.71º 0.72% 0.57% -
XYZ 11.47 13.27 29.15 -
YUV 92.3 158.3 91.41 -
System Red Green Blue C M Y K H S L
Decimal 41 108 146 0.72 0.26 0 0.43 201.71 0.56 0.37
Hex 29 6C 92 48 1A 0 2B CA 38 25
Octal 51 154 222 110 32 0 53 312 70 45
Binary 101001 1101100 10010010 1001000 11010 0 101011 11001010 111000 100101

Color Harmonies of #296C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296C92

Black with #296C92

Text Example


Text Example

White with #296C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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