Html Css Color HEX #35768F Astral

📋 copy color: '#35768F'

red 53 ◦ green 118 ◦ blue 143

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

Shades of Astral #35768F

Tints of Astral #35768F

RGB

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

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

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

R = 16.88%
G = 37.58%
B = 45.54%

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

#35768F (or 0x35768F) is known color: Astral. HEX triplet: 35, 76 and 8F. RGB value is (53,118,143). Sum of RGB (Red+Green+Blue) = 53+118+143=314 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.88% from 314); Green value is 118 (46.48% from 255 or 37.58% from 314); Blue value is 143 (56.25% from 255 or 45.54% from 314); Max value from RGB is 143 - color contains mainly: blue. Hex color #35768F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35768F is #CA8970. Grayscale: #656565. Windows color (decimal): -13273457 or 9401909. OLE color: 9401909.

HSL color Cylindrical-coordinate representation of color #35768F: hue angle of 196.67º 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 #35768F is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 53 118 143 -
CMYK 0.63 0.17 0 0.44
HSL 196.67º 0.46% 0.38% -
HSV(B) 196.67º 0.63% 0.56% -
XYZ 12.9 15.7 28.34 -
YUV 101.42 151.47 93.47 -
System Red Green Blue C M Y K H S L
Decimal 53 118 143 0.63 0.17 0 0.44 196.67 0.46 0.38
Hex 35 76 8F 3F 11 0 2C C5 2E 26
Octal 65 166 217 77 21 0 54 305 56 46
Binary 110101 1110110 10001111 111111 10001 0 101100 11000101 101110 100110

Color Harmonies of #35768F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35768F

Black with #35768F

Text Example


Text Example

White with #35768F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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