#357AAD

Color #357AAD Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #357AAD

Tints of Curious Blue #357AAD

Color information

#357AAD (or 0x357AAD) is unknown color: approx Curious Blue. HEX triplet: 35, 7A and AD. RGB value is (53,122,173). Sum of RGB (Red+Green+Blue) = 53+122+173=348 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.23% from 348); Green value is 122 (48.05% from 255 or 35.06% from 348); Blue value is 173 (67.97% from 255 or 49.71% from 348); Max value from RGB is 173 - color contains mainly: blue. Hex color #357AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357AAD is #CA8552. Grayscale: #6A6A6A. Windows color (decimal): -13272403 or 11369013. OLE color: 11369013.

HSL color Cylindrical-coordinate representation of color #357AAD: hue angle of 205.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #357AAD is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB53122173-
CMYK0.690.2900.32
HSL205.5º53.1%44.31%-
HSV(B)205.5º69.36%67.84%-
XYZ15.9717.6942.11-
YUV107.18165.1489.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.23%
GREEN value IS 122 (48.05% from 255) = 35.06%
BLUE value IS 173 (67.97% from 255) = 49.71%
R=15.23%
G=35.06%
B=49.71%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal531221730.690.2900.32205.553.144.31
Hex357AAD451D020ce352c
Octal65172255105350403166554
Binary110101111101010101101100010111101010000011001110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357AAD; }

 p { color: rgb(53,122,173); }

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

<style>
 a { background-color: #357AAD; }

 a { background-color: rgb(53,122,173); }

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

<style>
 span { border-color: #357AAD; }

 span { border-color: rgb(53,122,173); }

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