Html Css Color HEX #35698E Astral

📋 copy color: '#35698E'

red 53 ◦ green 105 ◦ blue 142

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

Shades of Astral #35698E

Tints of Astral #35698E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35%

 BLUE value IS 142 (55.86% from 255) = 47.33%

R = 17.67%
G = 35%
B = 47.33%

CMYK

 C value IS 0.63

 M value IS 0.26

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#35698E (or 0x35698E) is known color: Astral. HEX triplet: 35, 69 and 8E. RGB value is (53,105,142). Sum of RGB (Red+Green+Blue) = 53+105+142=300 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.67% from 300); Green value is 105 (41.41% from 255 or 35% from 300); Blue value is 142 (55.86% from 255 or 47.33% from 300); Max value from RGB is 142 - color contains mainly: blue. Hex color #35698E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35698E is #CA9671. Grayscale: #5D5D5D. Windows color (decimal): -13276786 or 9333045. OLE color: 9333045.

HSL color Cylindrical-coordinate representation of color #35698E: hue angle of 204.94º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #35698E is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 53 105 142 -
CMYK 0.63 0.26 0 0.44
HSL 204.94º 0.46% 0.38% -
HSV(B) 204.94º 0.63% 0.56% -
XYZ 11.4 12.81 27.46 -
YUV 93.67 155.27 98.99 -
System Red Green Blue C M Y K H S L
Decimal 53 105 142 0.63 0.26 0 0.44 204.94 0.46 0.38
Hex 35 69 8E 3F 1A 0 2C CD 2E 26
Octal 65 151 216 77 32 0 54 315 56 46
Binary 110101 1101001 10001110 111111 11010 0 101100 11001101 101110 100110

Color Harmonies of #35698E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35698E

Black with #35698E

Text Example


Text Example

White with #35698E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,105,142); }

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

background-color css

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

 a { background-color: rgb(53,105,142); }

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

border-color css

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

 span { border-color: rgb(53,105,142); }

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