Html Css Color HEX #35758A Astral

📋 copy color: '#35758A'

red 53 ◦ green 117 ◦ blue 138

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

Shades of Astral #35758A

Tints of Astral #35758A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 44.81%

R = 17.21%
G = 37.99%
B = 44.81%

CMYK

 C value IS 0.62

 M value IS 0.15

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#35758A (or 0x35758A) is known color: Astral. HEX triplet: 35, 75 and 8A. RGB value is (53,117,138). Sum of RGB (Red+Green+Blue) = 53+117+138=308 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.21% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 138 (54.30% from 255 or 44.81% from 308); Max value from RGB is 138 - color contains mainly: blue. Hex color #35758A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35758A is #CA8A75. Grayscale: #646464. Windows color (decimal): -13273718 or 9073973. OLE color: 9073973.

HSL color Cylindrical-coordinate representation of color #35758A: hue angle of 194.82º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #35758A is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 53 117 138 -
CMYK 0.62 0.15 0 0.46
HSL 194.82º 0.45% 0.37% -
HSV(B) 194.82º 0.62% 0.54% -
XYZ 12.42 15.31 26.35 -
YUV 100.26 149.3 94.29 -
System Red Green Blue C M Y K H S L
Decimal 53 117 138 0.62 0.15 0 0.46 194.82 0.45 0.37
Hex 35 75 8A 3E F 0 2E C3 2D 25
Octal 65 165 212 76 17 0 56 303 55 45
Binary 110101 1110101 10001010 111110 1111 0 101110 11000011 101101 100101

Color Harmonies of #35758A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35758A

Black with #35758A

Text Example


Text Example

White with #35758A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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