#357BB0

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

Shades of Curious Blue #357BB0

Tints of Curious Blue #357BB0

Color information

#357BB0 (or 0x357BB0) is unknown color: approx Curious Blue. HEX triplet: 35, 7B and B0. RGB value is (53,123,176). Sum of RGB (Red+Green+Blue) = 53+123+176=352 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.06% from 352); Green value is 123 (48.44% from 255 or 34.94% from 352); Blue value is 176 (69.14% from 255 or 50% from 352); Max value from RGB is 176 - color contains mainly: blue. Hex color #357BB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357BB0 is #CA844F. Grayscale: #6B6B6B. Windows color (decimal): -13272144 or 11565877. OLE color: 11565877.

HSL color Cylindrical-coordinate representation of color #357BB0: hue angle of 205.85º 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 #357BB0 is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB53123176-
CMYK0.700.3000.31
HSL205.85º53.71%44.9%-
HSV(B)205.85º69.89%69.02%-
XYZ16.3918.0643.7-
YUV108.11166.3188.69-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.06%
GREEN value IS 123 (48.44% from 255) = 34.94%
BLUE value IS 176 (69.14% from 255) = 50%
R=15.06%
G=34.94%
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.31
SystemRedGreenBlueCMYKHSL
Decimal531231760.700.3000.31205.8553.7144.9
Hex357BB0461E01Fce362d
Octal65173260106360373166655
Binary11010111110111011000010001101111001111111001110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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