#357EBC

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

Shades of Curious Blue #357EBC

Tints of Curious Blue #357EBC

Color information

#357EBC (or 0x357EBC) is unknown color: approx Curious Blue. HEX triplet: 35, 7E and BC. RGB value is (53,126,188). Sum of RGB (Red+Green+Blue) = 53+126+188=367 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.44% from 367); Green value is 126 (49.61% from 255 or 34.33% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #357EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357EBC is #CA8143. Grayscale: #6E6E6E. Windows color (decimal): -13271364 or 12353077. OLE color: 12353077.

HSL color Cylindrical-coordinate representation of color #357EBC: hue angle of 207.56º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #357EBC is Cyan = 0.72, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB53126188-
CMYK0.720.3300.26
HSL207.56º56.02%47.25%-
HSV(B)207.56º71.81%73.73%-
XYZ18.0119.3150.36-
YUV111.24171.3286.46-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.44%
GREEN value IS 126 (49.61% from 255) = 34.33%
BLUE value IS 188 (73.83% from 255) = 51.23%
R=14.44%
G=34.33%
B=51.23%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal531261880.720.3300.26207.5656.0247.25
Hex357EBC482101Ad0382f
Octal65176274110410323207057
Binary110101111111010111100100100010000101101011010000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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