#357EBA

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

Shades of Curious Blue #357EBA

Tints of Curious Blue #357EBA

Color information

#357EBA (or 0x357EBA) is unknown color: approx Curious Blue. HEX triplet: 35, 7E and BA. RGB value is (53,126,186). Sum of RGB (Red+Green+Blue) = 53+126+186=365 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.52% from 365); Green value is 126 (49.61% from 255 or 34.52% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #357EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357EBA is #CA8145. Grayscale: #6E6E6E. Windows color (decimal): -13271366 or 12222005. OLE color: 12222005.

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

Color convert

RGB53126186-
CMYK0.720.3200.27
HSL207.07º55.65%46.86%-
HSV(B)207.07º71.51%72.94%-
XYZ17.7919.2249.23-
YUV111.01170.3286.62-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.52%
GREEN value IS 126 (49.61% from 255) = 34.52%
BLUE value IS 186 (73.05% from 255) = 50.96%
R=14.52%
G=34.52%
B=50.96%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal531261860.720.3200.27207.0755.6546.86
Hex357EBA482001Bcf382f
Octal65176272110400333177057
Binary110101111111010111010100100010000001101111001111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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