#357BAC

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

Shades of Curious Blue #357BAC

Tints of Curious Blue #357BAC

Color information

#357BAC (or 0x357BAC) is unknown color: approx Curious Blue. HEX triplet: 35, 7B and AC. RGB value is (53,123,172). Sum of RGB (Red+Green+Blue) = 53+123+172=348 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.23% from 348); Green value is 123 (48.44% from 255 or 35.34% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 172 - color contains mainly: blue. Hex color #357BAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357BAC is #CA8453. Grayscale: #6B6B6B. Windows color (decimal): -13272148 or 11303733. OLE color: 11303733.

HSL color Cylindrical-coordinate representation of color #357BAC: hue angle of 204.71º 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 #357BAC is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB53123172-
CMYK0.690.2800.33
HSL204.71º52.89%44.12%-
HSV(B)204.71º69.19%67.45%-
XYZ1617.941.64-
YUV107.66164.3189.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.23%
GREEN value IS 123 (48.44% from 255) = 35.34%
BLUE value IS 172 (67.58% from 255) = 49.43%
R=15.23%
G=35.34%
B=49.43%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531231720.690.2800.33204.7152.8944.12
Hex357BAC451C021cd352c
Octal65173254105340413156554
Binary110101111101110101100100010111100010000111001101110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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