#35658F

Color #35658F Astral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astral #35658F

Tints of Astral #35658F

Color information

#35658F (or 0x35658F) is unknown color: approx Astral. HEX triplet: 35, 65 and 8F. RGB value is (53,101,143). Sum of RGB (Red+Green+Blue) = 53+101+143=297 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.85% from 297); Green value is 101 (39.84% from 255 or 34.01% from 297); Blue value is 143 (56.25% from 255 or 48.15% from 297); Max value from RGB is 143 - color contains mainly: blue. Hex color #35658F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35658F is #CA9A70. Grayscale: #5B5B5B. Windows color (decimal): -13277809 or 9397557. OLE color: 9397557.

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

Color convert

RGB53101143-
CMYK0.630.2900.44
HSL208º45.92%38.43%-
HSV(B)208º62.94%56.08%-
XYZ11.0812.0527.73-
YUV91.44157.1100.58-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.85%
GREEN value IS 101 (39.84% from 255) = 34.01%
BLUE value IS 143 (56.25% from 255) = 48.15%
R=17.85%
G=34.01%
B=48.15%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal531011430.630.2900.4420845.9238.43
Hex35658F3F1D02Cd02e26
Octal6514521777350543205646
Binary11010111001011000111111111111101010110011010000101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35658F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #35658F;
 }
 .AnyTagClassName
 {
   color: #35658F;
 }
</style>
background-color css

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

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

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

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

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

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