Html Css Color HEX #357A92 Astral

📋 copy color: '#357A92'

red 53 ◦ green 122 ◦ blue 146

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

Shades of Astral #357A92

Tints of Astral #357A92

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.01%

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

R = 16.51%
G = 38.01%
B = 45.48%

CMYK

 C value IS 0.64

 M value IS 0.16

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#357A92 (or 0x357A92) is known color: Astral. HEX triplet: 35, 7A and 92. RGB value is (53,122,146). Sum of RGB (Red+Green+Blue) = 53+122+146=321 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.51% from 321); Green value is 122 (48.05% from 255 or 38.01% from 321); Blue value is 146 (57.42% from 255 or 45.48% from 321); Max value from RGB is 146 - color contains mainly: blue. Hex color #357A92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357A92 is #CA856D. Grayscale: #676767. Windows color (decimal): -13272430 or 9599541. OLE color: 9599541.

HSL color Cylindrical-coordinate representation of color #357A92: hue angle of 195.48º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #357A92 is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 122 146 -
CMYK 0.64 0.16 0 0.43
HSL 195.48º 0.47% 0.39% -
HSV(B) 195.48º 0.64% 0.57% -
XYZ 13.62 16.75 29.71 -
YUV 104.11 151.64 91.55 -
System Red Green Blue C M Y K H S L
Decimal 53 122 146 0.64 0.16 0 0.43 195.48 0.47 0.39
Hex 35 7A 92 40 10 0 2B C3 2F 27
Octal 65 172 222 100 20 0 53 303 57 47
Binary 110101 1111010 10010010 1000000 10000 0 101011 11000011 101111 100111

Color Harmonies of #357A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357A92

Black with #357A92

Text Example


Text Example

White with #357A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357A92; }

 p { color: rgb(53,122,146); }

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

background-color css

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

 a { background-color: rgb(53,122,146); }

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

border-color css

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

 span { border-color: rgb(53,122,146); }

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