#357BAE

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

Shades of Curious Blue #357BAE

Tints of Curious Blue #357BAE

Color information

#357BAE (or 0x357BAE) is unknown color: approx Curious Blue. HEX triplet: 35, 7B and AE. RGB value is (53,123,174). Sum of RGB (Red+Green+Blue) = 53+123+174=350 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.14% from 350); Green value is 123 (48.44% from 255 or 35.14% from 350); Blue value is 174 (68.36% from 255 or 49.71% from 350); Max value from RGB is 174 - color contains mainly: blue. Hex color #357BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357BAE is #CA8451. Grayscale: #6B6B6B. Windows color (decimal): -13272146 or 11434805. OLE color: 11434805.

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

Color convert

RGB53123174-
CMYK0.700.2900.32
HSL205.29º53.3%44.51%-
HSV(B)205.29º69.54%68.24%-
XYZ16.1917.9842.66-
YUV107.88165.3188.85-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.14%
GREEN value IS 123 (48.44% from 255) = 35.14%
BLUE value IS 174 (68.36% from 255) = 49.71%
R=15.14%
G=35.14%
B=49.71%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal531231740.700.2900.32205.2953.344.51
Hex357BAE461D020cd352d
Octal65173256106350403156555
Binary110101111101110101110100011011101010000011001101110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,123,174); }

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

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

 a { background-color: rgb(53,123,174); }

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

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

 span { border-color: rgb(53,123,174); }

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