Html Css Color HEX #35667F Astral

📋 copy color: '#35667F'

red 53 ◦ green 102 ◦ blue 127

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

Shades of Astral #35667F

Tints of Astral #35667F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.17%

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

R = 18.79%
G = 36.17%
B = 45.04%

CMYK

 C value IS 0.58

 M value IS 0.20

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#35667F (or 0x35667F) is known color: Astral. HEX triplet: 35, 66 and 7F. RGB value is (53,102,127). Sum of RGB (Red+Green+Blue) = 53+102+127=282 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.79% from 282); Green value is 102 (40.23% from 255 or 36.17% from 282); Blue value is 127 (50% from 255 or 45.04% from 282); Max value from RGB is 127 - color contains mainly: blue. Hex color #35667F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35667F is #CA9980. Grayscale: #5A5A5A. Windows color (decimal): -13277569 or 8349237. OLE color: 8349237.

HSL color Cylindrical-coordinate representation of color #35667F: hue angle of 200.27º 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 #35667F is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 53 102 127 -
CMYK 0.58 0.20 0 0.50
HSL 200.27º 0.41% 0.35% -
HSV(B) 200.27º 0.58% 0.5% -
XYZ 10.05 11.79 21.83 -
YUV 90.2 148.77 101.47 -
System Red Green Blue C M Y K H S L
Decimal 53 102 127 0.58 0.20 0 0.50 200.27 0.41 0.35
Hex 35 66 7F 3A 14 0 32 C8 29 23
Octal 65 146 177 72 24 0 62 310 51 43
Binary 110101 1100110 1111111 111010 10100 0 110010 11001000 101001 100011

Color Harmonies of #35667F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35667F

Black with #35667F

Text Example


Text Example

White with #35667F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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