#357ED3

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

Shades of Curious Blue #357ED3

Tints of Curious Blue #357ED3

Color information

#357ED3 (or 0x357ED3) is unknown color: approx Curious Blue. HEX triplet: 35, 7E and D3. RGB value is (53,126,211). Sum of RGB (Red+Green+Blue) = 53+126+211=390 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.59% from 390); Green value is 126 (49.61% from 255 or 32.31% from 390); Blue value is 211 (82.81% from 255 or 54.10% from 390); Max value from RGB is 211 - color contains mainly: blue. Hex color #357ED3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357ED3 is #CA812C. Grayscale: #717171. Windows color (decimal): -13271341 or 13860405. OLE color: 13860405.

HSL color Cylindrical-coordinate representation of color #357ED3: hue angle of 212.28º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #357ED3 is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB53126211-
CMYK0.750.4000.17
HSL212.28º64.23%51.76%-
HSV(B)212.28º74.88%82.75%-
XYZ20.6920.3864.47-
YUV113.86182.8284.59-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.59%
GREEN value IS 126 (49.61% from 255) = 32.31%
BLUE value IS 211 (82.81% from 255) = 54.10%
R=13.59%
G=32.31%
B=54.10%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal531262110.750.4000.17212.2864.2351.76
Hex357ED34B28011d44034
Octal651763231135002132410064
Binary1101011111110110100111001011101000010001110101001000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357ED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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