#357FBB

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

Shades of Curious Blue #357FBB

Tints of Curious Blue #357FBB

Color information

#357FBB (or 0x357FBB) is unknown color: approx Curious Blue. HEX triplet: 35, 7F and BB. RGB value is (53,127,187). Sum of RGB (Red+Green+Blue) = 53+127+187=367 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.44% from 367); Green value is 127 (50% from 255 or 34.60% from 367); Blue value is 187 (73.44% from 255 or 50.95% from 367); Max value from RGB is 187 - color contains mainly: blue. Hex color #357FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357FBB is #CA8044. Grayscale: #6F6F6F. Windows color (decimal): -13271109 or 12287797. OLE color: 12287797.

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

Color convert

RGB53127187-
CMYK0.720.3200.27
HSL206.87º55.83%47.06%-
HSV(B)206.87º71.66%73.33%-
XYZ18.0319.5249.83-
YUV111.71170.4886.12-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.44%
GREEN value IS 127 (50% from 255) = 34.60%
BLUE value IS 187 (73.44% from 255) = 50.95%
R=14.44%
G=34.60%
B=50.95%

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
Decimal531271870.720.3200.27206.8755.8347.06
Hex357FBB482001Bcf382f
Octal65177273110400333177057
Binary110101111111110111011100100010000001101111001111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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