Html Css Color HEX #357294 Astral

📋 copy color: '#357294'

red 53 ◦ green 114 ◦ blue 148

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

Shades of Astral #357294

Tints of Astral #357294

RGB

 RED value IS 53 (21.09% from 255) = 16.83%

 GREEN value IS 114 (44.92% from 255) = 36.19%

 BLUE value IS 148 (58.2% from 255) = 46.98%

R = 16.83%
G = 36.19%
B = 46.98%

CMYK

 C value IS 0.64

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#357294 (or 0x357294) is known color: Astral. HEX triplet: 35, 72 and 94. RGB value is (53,114,148). Sum of RGB (Red+Green+Blue) = 53+114+148=315 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.83% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 148 (58.20% from 255 or 46.98% from 315); Max value from RGB is 148 - color contains mainly: blue. Hex color #357294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357294 is #CA8D6B. Grayscale: #636363. Windows color (decimal): -13274476 or 9728565. OLE color: 9728565.

HSL color Cylindrical-coordinate representation of color #357294: hue angle of 201.47º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #357294 is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 114 148 -
CMYK 0.64 0.23 0 0.42
HSL 201.47º 0.47% 0.39% -
HSV(B) 201.47º 0.64% 0.58% -
XYZ 12.83 14.93 30.22 -
YUV 99.64 155.29 94.74 -
System Red Green Blue C M Y K H S L
Decimal 53 114 148 0.64 0.23 0 0.42 201.47 0.47 0.39
Hex 35 72 94 40 17 0 2A C9 2F 27
Octal 65 162 224 100 27 0 52 311 57 47
Binary 110101 1110010 10010100 1000000 10111 0 101010 11001001 101111 100111

Color Harmonies of #357294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357294

Black with #357294

Text Example


Text Example

White with #357294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357294; }

 p { color: rgb(53,114,148); }

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

background-color css

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

 a { background-color: rgb(53,114,148); }

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

border-color css

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

 span { border-color: rgb(53,114,148); }

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