#357EAD

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

Shades of Curious Blue #357EAD

Tints of Curious Blue #357EAD

Color information

#357EAD (or 0x357EAD) is unknown color: approx Curious Blue. HEX triplet: 35, 7E and AD. RGB value is (53,126,173). Sum of RGB (Red+Green+Blue) = 53+126+173=352 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.06% from 352); Green value is 126 (49.61% from 255 or 35.80% from 352); Blue value is 173 (67.97% from 255 or 49.15% from 352); Max value from RGB is 173 - color contains mainly: blue. Hex color #357EAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357EAD is #CA8152. Grayscale: #6D6D6D. Windows color (decimal): -13271379 or 11370037. OLE color: 11370037.

HSL color Cylindrical-coordinate representation of color #357EAD: hue angle of 203.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 #357EAD is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB53126173-
CMYK0.690.2700.32
HSL203.5º53.1%44.31%-
HSV(B)203.5º69.36%67.84%-
XYZ16.4718.742.28-
YUV109.53163.8287.68-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.06%
GREEN value IS 126 (49.61% from 255) = 35.80%
BLUE value IS 173 (67.97% from 255) = 49.15%
R=15.06%
G=35.80%
B=49.15%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal531261730.690.2700.32203.553.144.31
Hex357EAD451B020cc352c
Octal65176255105330403146554
Binary110101111111010101101100010111011010000011001100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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