Html Css Color HEX #35677C Astral

📋 copy color: '#35677C'

red 53 ◦ green 103 ◦ blue 124

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

Shades of Astral #35677C

Tints of Astral #35677C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 44.29%

R = 18.93%
G = 36.79%
B = 44.29%

CMYK

 C value IS 0.57

 M value IS 0.17

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#35677C (or 0x35677C) is known color: Astral. HEX triplet: 35, 67 and 7C. RGB value is (53,103,124). Sum of RGB (Red+Green+Blue) = 53+103+124=280 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.93% from 280); Green value is 103 (40.62% from 255 or 36.79% from 280); Blue value is 124 (48.83% from 255 or 44.29% from 280); Max value from RGB is 124 - color contains mainly: blue. Hex color #35677C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35677C is #CA9883. Grayscale: #5A5A5A. Windows color (decimal): -13277316 or 8152885. OLE color: 8152885.

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

Color convert

RGB 53 103 124 -
CMYK 0.57 0.17 0 0.51
HSL 197.75º 0.4% 0.35% -
HSV(B) 197.75º 0.57% 0.49% -
XYZ 9.96 11.91 20.84 -
YUV 90.44 146.94 101.29 -
System Red Green Blue C M Y K H S L
Decimal 53 103 124 0.57 0.17 0 0.51 197.75 0.4 0.35
Hex 35 67 7C 39 11 0 33 C6 28 23
Octal 65 147 174 71 21 0 63 306 50 43
Binary 110101 1100111 1111100 111001 10001 0 110011 11000110 101000 100011

Color Harmonies of #35677C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35677C

Black with #35677C

Text Example


Text Example

White with #35677C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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