Html Css Color HEX #35658A Astral

📋 copy color: '#35658A'

red 53 ◦ green 101 ◦ blue 138

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

Shades of Astral #35658A

Tints of Astral #35658A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.59%

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

R = 18.15%
G = 34.59%
B = 47.26%

CMYK

 C value IS 0.62

 M value IS 0.27

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#35658A (or 0x35658A) is known color: Astral. HEX triplet: 35, 65 and 8A. RGB value is (53,101,138). Sum of RGB (Red+Green+Blue) = 53+101+138=292 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.15% from 292); Green value is 101 (39.84% from 255 or 34.59% from 292); Blue value is 138 (54.30% from 255 or 47.26% from 292); Max value from RGB is 138 - color contains mainly: blue. Hex color #35658A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35658A is #CA9A75. Grayscale: #5A5A5A. Windows color (decimal): -13277814 or 9069877. OLE color: 9069877.

HSL color Cylindrical-coordinate representation of color #35658A: hue angle of 206.12º 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 #35658A is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 53 101 138 -
CMYK 0.62 0.27 0 0.46
HSL 206.12º 0.45% 0.37% -
HSV(B) 206.12º 0.62% 0.54% -
XYZ 10.71 11.9 25.78 -
YUV 90.87 154.6 100.99 -
System Red Green Blue C M Y K H S L
Decimal 53 101 138 0.62 0.27 0 0.46 206.12 0.45 0.37
Hex 35 65 8A 3E 1B 0 2E CE 2D 25
Octal 65 145 212 76 33 0 56 316 55 45
Binary 110101 1100101 10001010 111110 11011 0 101110 11001110 101101 100101

Color Harmonies of #35658A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35658A

Black with #35658A

Text Example


Text Example

White with #35658A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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