#357DAB

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

Shades of Curious Blue #357DAB

Tints of Curious Blue #357DAB

Color information

#357DAB (or 0x357DAB) is unknown color: approx Curious Blue. HEX triplet: 35, 7D and AB. RGB value is (53,125,171). Sum of RGB (Red+Green+Blue) = 53+125+171=349 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.19% from 349); Green value is 125 (49.22% from 255 or 35.82% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #357DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357DAB is #CA8254. Grayscale: #6C6C6C. Windows color (decimal): -13271637 or 11238709. OLE color: 11238709.

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

Color convert

RGB53125171-
CMYK0.690.2700.33
HSL203.39º52.68%43.92%-
HSV(B)203.39º69.01%67.06%-
XYZ16.1518.3641.22-
YUV108.72163.1588.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.19%
GREEN value IS 125 (49.22% from 255) = 35.82%
BLUE value IS 171 (67.19% from 255) = 49.00%
R=15.19%
G=35.82%
B=49.00%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531251710.690.2700.33203.3952.6843.92
Hex357DAB451B021cb352c
Octal65175253105330413136554
Binary110101111110110101011100010111011010000111001011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,125,171); }

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

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

 a { background-color: rgb(53,125,171); }

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

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

 span { border-color: rgb(53,125,171); }

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