Html Css Color HEX #35707F Astral

📋 copy color: '#35707F'

red 53 ◦ green 112 ◦ blue 127

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

Shades of Astral #35707F

Tints of Astral #35707F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.36%

 BLUE value IS 127 (50% from 255) = 43.49%

R = 18.15%
G = 38.36%
B = 43.49%

CMYK

 C value IS 0.58

 M value IS 0.12

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#35707F (or 0x35707F) is known color: Astral. HEX triplet: 35, 70 and 7F. RGB value is (53,112,127). Sum of RGB (Red+Green+Blue) = 53+112+127=292 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.15% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 127 (50% from 255 or 43.49% from 292); Max value from RGB is 127 - color contains mainly: blue. Hex color #35707F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35707F is #CA8F80. Grayscale: #5F5F5F. Windows color (decimal): -13275009 or 8351797. OLE color: 8351797.

HSL color Cylindrical-coordinate representation of color #35707F: hue angle of 192.16º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #35707F is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 53 112 127 -
CMYK 0.58 0.12 0 0.50
HSL 192.16º 0.41% 0.35% -
HSV(B) 192.16º 0.58% 0.5% -
XYZ 11.09 13.88 22.17 -
YUV 96.07 145.45 97.28 -
System Red Green Blue C M Y K H S L
Decimal 53 112 127 0.58 0.12 0 0.50 192.16 0.41 0.35
Hex 35 70 7F 3A C 0 32 C0 29 23
Octal 65 160 177 72 14 0 62 300 51 43
Binary 110101 1110000 1111111 111010 1100 0 110010 11000000 101001 100011

Color Harmonies of #35707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35707F

Black with #35707F

Text Example


Text Example

White with #35707F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,112,127); }

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

background-color css

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

 a { background-color: rgb(53,112,127); }

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

border-color css

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

 span { border-color: rgb(53,112,127); }

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