Html Css Color HEX #35778F Astral

📋 copy color: '#35778F'

red 53 ◦ green 119 ◦ blue 143

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

Shades of Astral #35778F

Tints of Astral #35778F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.78%

 BLUE value IS 143 (56.25% from 255) = 45.4%

R = 16.83%
G = 37.78%
B = 45.4%

CMYK

 C value IS 0.63

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#35778F (or 0x35778F) is known color: Astral. HEX triplet: 35, 77 and 8F. RGB value is (53,119,143). Sum of RGB (Red+Green+Blue) = 53+119+143=315 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.83% from 315); Green value is 119 (46.88% from 255 or 37.78% from 315); Blue value is 143 (56.25% from 255 or 45.40% from 315); Max value from RGB is 143 - color contains mainly: blue. Hex color #35778F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35778F is #CA8870. Grayscale: #656565. Windows color (decimal): -13273201 or 9402165. OLE color: 9402165.

HSL color Cylindrical-coordinate representation of color #35778F: hue angle of 196º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #35778F is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 53 119 143 -
CMYK 0.63 0.17 0 0.44
HSL 196º 0.46% 0.38% -
HSV(B) 196º 0.63% 0.56% -
XYZ 13.02 15.93 28.38 -
YUV 102 151.13 93.05 -
System Red Green Blue C M Y K H S L
Decimal 53 119 143 0.63 0.17 0 0.44 196 0.46 0.38
Hex 35 77 8F 3F 11 0 2C C4 2E 26
Octal 65 167 217 77 21 0 54 304 56 46
Binary 110101 1110111 10001111 111111 10001 0 101100 11000100 101110 100110

Color Harmonies of #35778F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35778F

Black with #35778F

Text Example


Text Example

White with #35778F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35778F; }

 p { color: rgb(53,119,143); }

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

background-color css

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

 a { background-color: rgb(53,119,143); }

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

border-color css

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

 span { border-color: rgb(53,119,143); }

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