Html Css Color HEX #297093 Astral

📋 copy color: '#297093'

red 41 ◦ green 112 ◦ blue 147

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

Shades of Astral #297093

Tints of Astral #297093

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.33%

 BLUE value IS 147 (57.81% from 255) = 49%

R = 13.67%
G = 37.33%
B = 49%

CMYK

 C value IS 0.72

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#297093 (or 0x297093) is known color: Astral. HEX triplet: 29, 70 and 93. RGB value is (41,112,147). Sum of RGB (Red+Green+Blue) = 41+112+147=300 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.67% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 147 (57.81% from 255 or 49% from 300); Max value from RGB is 147 - color contains mainly: blue. Hex color #297093 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297093 is #D68F6C. Grayscale: #5E5E5E. Windows color (decimal): -14061421 or 9662505. OLE color: 9662505.

HSL color Cylindrical-coordinate representation of color #297093: hue angle of 199.81º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #297093 is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 112 147 -
CMYK 0.72 0.24 0 0.42
HSL 199.81º 0.56% 0.37% -
HSV(B) 199.81º 0.72% 0.58% -
XYZ 11.98 14.17 29.71 -
YUV 94.76 157.48 89.65 -
System Red Green Blue C M Y K H S L
Decimal 41 112 147 0.72 0.24 0 0.42 199.81 0.56 0.37
Hex 29 70 93 48 18 0 2A C8 38 25
Octal 51 160 223 110 30 0 52 310 70 45
Binary 101001 1110000 10010011 1001000 11000 0 101010 11001000 111000 100101

Color Harmonies of #297093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297093

Black with #297093

Text Example


Text Example

White with #297093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297093; }

 p { color: rgb(41,112,147); }

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

background-color css

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

 a { background-color: rgb(41,112,147); }

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

border-color css

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

 span { border-color: rgb(41,112,147); }

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