#357EB3

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

Shades of Curious Blue #357EB3

Tints of Curious Blue #357EB3

Color information

#357EB3 (or 0x357EB3) is unknown color: approx Curious Blue. HEX triplet: 35, 7E and B3. RGB value is (53,126,179). Sum of RGB (Red+Green+Blue) = 53+126+179=358 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.80% from 358); Green value is 126 (49.61% from 255 or 35.20% from 358); Blue value is 179 (70.31% from 255 or 50% from 358); Max value from RGB is 179 - color contains mainly: blue. Hex color #357EB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357EB3 is #CA814C. Grayscale: #6D6D6D. Windows color (decimal): -13271373 or 11763253. OLE color: 11763253.

HSL color Cylindrical-coordinate representation of color #357EB3: hue angle of 205.24º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #357EB3 is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB53126179-
CMYK0.700.3000.30
HSL205.24º54.31%45.49%-
HSV(B)205.24º70.39%70.2%-
XYZ17.0718.9345.4-
YUV110.21166.8287.19-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.80%
GREEN value IS 126 (49.61% from 255) = 35.20%
BLUE value IS 179 (70.31% from 255) = 50%
R=14.80%
G=35.20%
B=50%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal531261790.700.3000.30205.2454.3145.49
Hex357EB3461E01Ecd362d
Octal65176263106360363156655
Binary11010111111101011001110001101111001111011001101110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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