Html Css Color HEX #35768C Astral

📋 copy color: '#35768C'

red 53 ◦ green 118 ◦ blue 140

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

Shades of Astral #35768C

Tints of Astral #35768C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 45.02%

R = 17.04%
G = 37.94%
B = 45.02%

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

#35768C (or 0x35768C) is known color: Astral. HEX triplet: 35, 76 and 8C. RGB value is (53,118,140). Sum of RGB (Red+Green+Blue) = 53+118+140=311 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.04% from 311); Green value is 118 (46.48% from 255 or 37.94% from 311); Blue value is 140 (55.08% from 255 or 45.02% from 311); Max value from RGB is 140 - color contains mainly: blue. Hex color #35768C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35768C is #CA8973. Grayscale: #646464. Windows color (decimal): -13273460 or 9205301. OLE color: 9205301.

HSL color Cylindrical-coordinate representation of color #35768C: hue angle of 195.17º 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 #35768C is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 53 118 140 -
CMYK 0.62 0.16 0 0.45
HSL 195.17º 0.45% 0.38% -
HSV(B) 195.17º 0.62% 0.55% -
XYZ 12.68 15.61 27.16 -
YUV 101.07 149.97 93.71 -
System Red Green Blue C M Y K H S L
Decimal 53 118 140 0.62 0.16 0 0.45 195.17 0.45 0.38
Hex 35 76 8C 3E 10 0 2D C3 2D 26
Octal 65 166 214 76 20 0 55 303 55 46
Binary 110101 1110110 10001100 111110 10000 0 101101 11000011 101101 100110

Color Harmonies of #35768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35768C

Black with #35768C

Text Example


Text Example

White with #35768C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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