#357CAD

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

Shades of Curious Blue #357CAD

Tints of Curious Blue #357CAD

Color information

#357CAD (or 0x357CAD) is unknown color: approx Curious Blue. HEX triplet: 35, 7C and AD. RGB value is (53,124,173). Sum of RGB (Red+Green+Blue) = 53+124+173=350 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.14% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 173 (67.97% from 255 or 49.43% from 350); Max value from RGB is 173 - color contains mainly: blue. Hex color #357CAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357CAD is #CA8352. Grayscale: #6C6C6C. Windows color (decimal): -13271891 or 11369525. OLE color: 11369525.

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

Color convert

RGB53124173-
CMYK0.690.2800.32
HSL204.5º53.1%44.31%-
HSV(B)204.5º69.36%67.84%-
XYZ16.2218.1942.19-
YUV108.36164.4888.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.14%
GREEN value IS 124 (48.83% from 255) = 35.43%
BLUE value IS 173 (67.97% from 255) = 49.43%
R=15.14%
G=35.43%
B=49.43%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal531241730.690.2800.32204.553.144.31
Hex357CAD451C020cc352c
Octal65174255105340403146554
Binary110101111110010101101100010111100010000011001100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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