#357CBB

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

Shades of Curious Blue #357CBB

Tints of Curious Blue #357CBB

Color information

#357CBB (or 0x357CBB) is unknown color: approx Curious Blue. HEX triplet: 35, 7C and BB. RGB value is (53,124,187). Sum of RGB (Red+Green+Blue) = 53+124+187=364 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.56% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 187 (73.44% from 255 or 51.37% from 364); Max value from RGB is 187 - color contains mainly: blue. Hex color #357CBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357CBB is #CA8344. Grayscale: #6D6D6D. Windows color (decimal): -13271877 or 12287029. OLE color: 12287029.

HSL color Cylindrical-coordinate representation of color #357CBB: hue angle of 208.21º 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 #357CBB is Cyan = 0.72, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB53124187-
CMYK0.720.3400.27
HSL208.21º55.83%47.06%-
HSV(B)208.21º71.66%73.33%-
XYZ17.6518.7649.7-
YUV109.95171.4887.38-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.56%
GREEN value IS 124 (48.83% from 255) = 34.07%
BLUE value IS 187 (73.44% from 255) = 51.37%
R=14.56%
G=34.07%
B=51.37%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal531241870.720.3400.27208.2155.8347.06
Hex357CBB482201Bd0382f
Octal65174273110420333207057
Binary110101111110010111011100100010001001101111010000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,124,187); }

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

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

 a { background-color: rgb(53,124,187); }

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

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

 span { border-color: rgb(53,124,187); }

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