Html Css Color HEX #35658C Astral

📋 copy color: '#35658C'

red 53 ◦ green 101 ◦ blue 140

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

Shades of Astral #35658C

Tints of Astral #35658C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 47.62%

R = 18.03%
G = 34.35%
B = 47.62%

CMYK

 C value IS 0.62

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#35658C (or 0x35658C) is known color: Astral. HEX triplet: 35, 65 and 8C. RGB value is (53,101,140). Sum of RGB (Red+Green+Blue) = 53+101+140=294 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.03% from 294); Green value is 101 (39.84% from 255 or 34.35% from 294); Blue value is 140 (55.08% from 255 or 47.62% from 294); Max value from RGB is 140 - color contains mainly: blue. Hex color #35658C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35658C is #CA9A73. Grayscale: #5A5A5A. Windows color (decimal): -13277812 or 9200949. OLE color: 9200949.

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

Color convert

RGB 53 101 140 -
CMYK 0.62 0.28 0 0.45
HSL 206.9º 0.45% 0.38% -
HSV(B) 206.9º 0.62% 0.55% -
XYZ 10.86 11.96 26.55 -
YUV 91.09 155.6 100.83 -
System Red Green Blue C M Y K H S L
Decimal 53 101 140 0.62 0.28 0 0.45 206.9 0.45 0.38
Hex 35 65 8C 3E 1C 0 2D CF 2D 26
Octal 65 145 214 76 34 0 55 317 55 46
Binary 110101 1100101 10001100 111110 11100 0 101101 11001111 101101 100110

Color Harmonies of #35658C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35658C

Black with #35658C

Text Example


Text Example

White with #35658C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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