Html Css Color HEX #297B92 Astral

📋 copy color: '#297B92'

red 41 ◦ green 123 ◦ blue 146

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

Shades of Astral #297B92

Tints of Astral #297B92

RGB

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

 GREEN value IS 123 (48.44% from 255) = 39.68%

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

R = 13.23%
G = 39.68%
B = 47.1%

CMYK

 C value IS 0.72

 M value IS 0.16

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#297B92 (or 0x297B92) is known color: Astral. HEX triplet: 29, 7B and 92. RGB value is (41,123,146). Sum of RGB (Red+Green+Blue) = 41+123+146=310 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.23% from 310); Green value is 123 (48.44% from 255 or 39.68% from 310); Blue value is 146 (57.42% from 255 or 47.10% from 310); Max value from RGB is 146 - color contains mainly: blue. Hex color #297B92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297B92 is #D6846D. Grayscale: #646464. Windows color (decimal): -14058606 or 9599785. OLE color: 9599785.

HSL color Cylindrical-coordinate representation of color #297B92: hue angle of 193.14º 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 #297B92 is Cyan = 0.72, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 41 123 146 -
CMYK 0.72 0.16 0 0.43
HSL 193.14º 0.56% 0.37% -
HSV(B) 193.14º 0.72% 0.57% -
XYZ 13.19 16.71 29.73 -
YUV 101.1 153.33 85.13 -
System Red Green Blue C M Y K H S L
Decimal 41 123 146 0.72 0.16 0 0.43 193.14 0.56 0.37
Hex 29 7B 92 48 10 0 2B C1 38 25
Octal 51 173 222 110 20 0 53 301 70 45
Binary 101001 1111011 10010010 1001000 10000 0 101011 11000001 111000 100101

Color Harmonies of #297B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297B92

Black with #297B92

Text Example


Text Example

White with #297B92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297B92; }

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

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

background-color css

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

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

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

border-color css

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

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

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