Html Css Color HEX #35768D Astral

📋 copy color: '#35768D'

red 53 ◦ green 118 ◦ blue 141

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

Shades of Astral #35768D

Tints of Astral #35768D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.82%

 BLUE value IS 141 (55.47% from 255) = 45.19%

R = 16.99%
G = 37.82%
B = 45.19%

CMYK

 C value IS 0.62

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#35768D (or 0x35768D) is known color: Astral. HEX triplet: 35, 76 and 8D. RGB value is (53,118,141). Sum of RGB (Red+Green+Blue) = 53+118+141=312 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.99% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 141 (55.47% from 255 or 45.19% from 312); Max value from RGB is 141 - color contains mainly: blue. Hex color #35768D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35768D is #CA8972. Grayscale: #656565. Windows color (decimal): -13273459 or 9270837. OLE color: 9270837.

HSL color Cylindrical-coordinate representation of color #35768D: hue angle of 195.68º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #35768D is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 53 118 141 -
CMYK 0.62 0.16 0 0.45
HSL 195.68º 0.45% 0.38% -
HSV(B) 195.68º 0.62% 0.55% -
XYZ 12.75 15.64 27.55 -
YUV 101.19 150.47 93.63 -
System Red Green Blue C M Y K H S L
Decimal 53 118 141 0.62 0.16 0 0.45 195.68 0.45 0.38
Hex 35 76 8D 3E 10 0 2D C4 2D 26
Octal 65 166 215 76 20 0 55 304 55 46
Binary 110101 1110110 10001101 111110 10000 0 101101 11000100 101101 100110

Color Harmonies of #35768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35768D

Black with #35768D

Text Example


Text Example

White with #35768D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35768D; }

 p { color: rgb(53,118,141); }

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

background-color css

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

 a { background-color: rgb(53,118,141); }

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

border-color css

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

 span { border-color: rgb(53,118,141); }

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