Html Css Color HEX #35677E Astral

📋 copy color: '#35677E'

red 53 ◦ green 103 ◦ blue 126

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

Shades of Astral #35677E

Tints of Astral #35677E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.52%

 BLUE value IS 126 (49.61% from 255) = 44.68%

R = 18.79%
G = 36.52%
B = 44.68%

CMYK

 C value IS 0.58

 M value IS 0.18

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#35677E (or 0x35677E) is known color: Astral. HEX triplet: 35, 67 and 7E. RGB value is (53,103,126). Sum of RGB (Red+Green+Blue) = 53+103+126=282 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.79% from 282); Green value is 103 (40.62% from 255 or 36.52% from 282); Blue value is 126 (49.61% from 255 or 44.68% from 282); Max value from RGB is 126 - color contains mainly: blue. Hex color #35677E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35677E is #CA9881. Grayscale: #5A5A5A. Windows color (decimal): -13277314 or 8283957. OLE color: 8283957.

HSL color Cylindrical-coordinate representation of color #35677E: hue angle of 198.9º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #35677E is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 53 103 126 -
CMYK 0.58 0.18 0 0.51
HSL 198.9º 0.41% 0.35% -
HSV(B) 198.9º 0.58% 0.49% -
XYZ 10.08 11.96 21.52 -
YUV 90.67 147.94 101.13 -
System Red Green Blue C M Y K H S L
Decimal 53 103 126 0.58 0.18 0 0.51 198.9 0.41 0.35
Hex 35 67 7E 3A 12 0 33 C7 29 23
Octal 65 147 176 72 22 0 63 307 51 43
Binary 110101 1100111 1111110 111010 10010 0 110011 11000111 101001 100011

Color Harmonies of #35677E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35677E

Black with #35677E

Text Example


Text Example

White with #35677E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35677E; }

 p { color: rgb(53,103,126); }

 H1.HeaderClassName
 {
   color: #35677E;
 }
 .AnyTagClassName
 {
   color: #35677E;
 }
</style>

background-color css

<style>
 a { background-color: #35677E; }

 a { background-color: rgb(53,103,126); }

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

border-color css

<style>
 span { border-color: #35677E; }

 span { border-color: rgb(53,103,126); }

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