#357BBC

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

Shades of Curious Blue #357BBC

Tints of Curious Blue #357BBC

Color information

#357BBC (or 0x357BBC) is unknown color: approx Curious Blue. HEX triplet: 35, 7B and BC. RGB value is (53,123,188). Sum of RGB (Red+Green+Blue) = 53+123+188=364 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.56% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 188 (73.83% from 255 or 51.65% from 364); Max value from RGB is 188 - color contains mainly: blue. Hex color #357BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357BBC is #CA8443. Grayscale: #6D6D6D. Windows color (decimal): -13272132 or 12352309. OLE color: 12352309.

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

Color convert

RGB53123188-
CMYK0.720.3500.26
HSL208.89º56.02%47.25%-
HSV(B)208.89º71.81%73.73%-
XYZ17.6318.5550.23-
YUV109.48172.3187.71-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.56%
GREEN value IS 123 (48.44% from 255) = 33.79%
BLUE value IS 188 (73.83% from 255) = 51.65%
R=14.56%
G=33.79%
B=51.65%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal531231880.720.3500.26208.8956.0247.25
Hex357BBC482301Ad1382f
Octal65173274110430323217057
Binary110101111101110111100100100010001101101011010001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,123,188); }

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

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

 a { background-color: rgb(53,123,188); }

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

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

 span { border-color: rgb(53,123,188); }

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