Html Css Color HEX #35668F Astral

📋 copy color: '#35668F'

red 53 ◦ green 102 ◦ blue 143

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

Shades of Astral #35668F

Tints of Astral #35668F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 47.99%

R = 17.79%
G = 34.23%
B = 47.99%

CMYK

 C value IS 0.63

 M value IS 0.29

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#35668F (or 0x35668F) is known color: Astral. HEX triplet: 35, 66 and 8F. RGB value is (53,102,143). Sum of RGB (Red+Green+Blue) = 53+102+143=298 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.79% from 298); Green value is 102 (40.23% from 255 or 34.23% from 298); Blue value is 143 (56.25% from 255 or 47.99% from 298); Max value from RGB is 143 - color contains mainly: blue. Hex color #35668F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35668F is #CA9970. Grayscale: #5B5B5B. Windows color (decimal): -13277553 or 9397813. OLE color: 9397813.

HSL color Cylindrical-coordinate representation of color #35668F: hue angle of 207.33º 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 #35668F is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 53 102 143 -
CMYK 0.63 0.29 0 0.44
HSL 207.33º 0.46% 0.38% -
HSV(B) 207.33º 0.63% 0.56% -
XYZ 11.18 12.24 27.76 -
YUV 92.02 156.77 100.17 -
System Red Green Blue C M Y K H S L
Decimal 53 102 143 0.63 0.29 0 0.44 207.33 0.46 0.38
Hex 35 66 8F 3F 1D 0 2C CF 2E 26
Octal 65 146 217 77 35 0 54 317 56 46
Binary 110101 1100110 10001111 111111 11101 0 101100 11001111 101110 100110

Color Harmonies of #35668F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35668F

Black with #35668F

Text Example


Text Example

White with #35668F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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