Html Css Color HEX #35758F Astral

📋 copy color: '#35758F'

red 53 ◦ green 117 ◦ blue 143

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

Shades of Astral #35758F

Tints of Astral #35758F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.38%

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

R = 16.93%
G = 37.38%
B = 45.69%

CMYK

 C value IS 0.63

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#35758F (or 0x35758F) is known color: Astral. HEX triplet: 35, 75 and 8F. RGB value is (53,117,143). Sum of RGB (Red+Green+Blue) = 53+117+143=313 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.93% from 313); Green value is 117 (46.09% from 255 or 37.38% from 313); Blue value is 143 (56.25% from 255 or 45.69% from 313); Max value from RGB is 143 - color contains mainly: blue. Hex color #35758F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35758F is #CA8A70. Grayscale: #646464. Windows color (decimal): -13273713 or 9401653. OLE color: 9401653.

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

Color convert

RGB 53 117 143 -
CMYK 0.63 0.18 0 0.44
HSL 197.33º 0.46% 0.38% -
HSV(B) 197.33º 0.63% 0.56% -
XYZ 12.79 15.46 28.3 -
YUV 100.83 151.8 93.89 -
System Red Green Blue C M Y K H S L
Decimal 53 117 143 0.63 0.18 0 0.44 197.33 0.46 0.38
Hex 35 75 8F 3F 12 0 2C C5 2E 26
Octal 65 165 217 77 22 0 54 305 56 46
Binary 110101 1110101 10001111 111111 10010 0 101100 11000101 101110 100110

Color Harmonies of #35758F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35758F

Black with #35758F

Text Example


Text Example

White with #35758F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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