#357DB0

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

Shades of Curious Blue #357DB0

Tints of Curious Blue #357DB0

Color information

#357DB0 (or 0x357DB0) is unknown color: approx Curious Blue. HEX triplet: 35, 7D and B0. RGB value is (53,125,176). Sum of RGB (Red+Green+Blue) = 53+125+176=354 (46% of max value = 765). Red value is 53 (21.09% from 255 or 14.97% from 354); Green value is 125 (49.22% from 255 or 35.31% from 354); Blue value is 176 (69.14% from 255 or 49.72% from 354); Max value from RGB is 176 - color contains mainly: blue. Hex color #357DB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357DB0 is #CA824F. Grayscale: #6D6D6D. Windows color (decimal): -13271632 or 11566389. OLE color: 11566389.

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

Color convert

RGB53125176-
CMYK0.700.2900.31
HSL204.88º53.71%44.9%-
HSV(B)204.88º69.89%69.02%-
XYZ16.6418.5643.78-
YUV109.29165.6587.85-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.97%
GREEN value IS 125 (49.22% from 255) = 35.31%
BLUE value IS 176 (69.14% from 255) = 49.72%
R=14.97%
G=35.31%
B=49.72%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal531251760.700.2900.31204.8853.7144.9
Hex357DB0461D01Fcd362d
Octal65175260106350373156655
Binary11010111111011011000010001101110101111111001101110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,125,176); }

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

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

 a { background-color: rgb(53,125,176); }

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

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

 span { border-color: rgb(53,125,176); }

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