Html Css Color HEX #35698D Astral

📋 copy color: '#35698D'

red 53 ◦ green 105 ◦ blue 141

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

Shades of Astral #35698D

Tints of Astral #35698D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 47.16%

R = 17.73%
G = 35.12%
B = 47.16%

CMYK

 C value IS 0.62

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#35698D (or 0x35698D) is known color: Astral. HEX triplet: 35, 69 and 8D. RGB value is (53,105,141). Sum of RGB (Red+Green+Blue) = 53+105+141=299 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.73% from 299); Green value is 105 (41.41% from 255 or 35.12% from 299); Blue value is 141 (55.47% from 255 or 47.16% from 299); Max value from RGB is 141 - color contains mainly: blue. Hex color #35698D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35698D is #CA9672. Grayscale: #5D5D5D. Windows color (decimal): -13276787 or 9267509. OLE color: 9267509.

HSL color Cylindrical-coordinate representation of color #35698D: hue angle of 204.55º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #35698D is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 53 105 141 -
CMYK 0.62 0.26 0 0.45
HSL 204.55º 0.45% 0.38% -
HSV(B) 204.55º 0.62% 0.55% -
XYZ 11.33 12.78 27.07 -
YUV 93.56 154.77 99.07 -
System Red Green Blue C M Y K H S L
Decimal 53 105 141 0.62 0.26 0 0.45 204.55 0.45 0.38
Hex 35 69 8D 3E 1A 0 2D CD 2D 26
Octal 65 151 215 76 32 0 55 315 55 46
Binary 110101 1101001 10001101 111110 11010 0 101101 11001101 101101 100110

Color Harmonies of #35698D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35698D

Black with #35698D

Text Example


Text Example

White with #35698D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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