#357FAB

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

Shades of Curious Blue #357FAB

Tints of Curious Blue #357FAB

Color information

#357FAB (or 0x357FAB) is unknown color: approx Curious Blue. HEX triplet: 35, 7F and AB. RGB value is (53,127,171). Sum of RGB (Red+Green+Blue) = 53+127+171=351 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.10% from 351); Green value is 127 (50% from 255 or 36.18% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #357FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357FAB is #CA8054. Grayscale: #6D6D6D. Windows color (decimal): -13271125 or 11239221. OLE color: 11239221.

HSL color Cylindrical-coordinate representation of color #357FAB: hue angle of 202.37º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #357FAB is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB53127171-
CMYK0.690.2600.33
HSL202.37º52.68%43.92%-
HSV(B)202.37º69.01%67.06%-
XYZ16.4118.8841.31-
YUV109.89162.4887.42-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.10%
GREEN value IS 127 (50% from 255) = 36.18%
BLUE value IS 171 (67.19% from 255) = 48.72%
R=15.10%
G=36.18%
B=48.72%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531271710.690.2600.33202.3752.6843.92
Hex357FAB451A021ca352c
Octal65177253105320413126554
Binary110101111111110101011100010111010010000111001010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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