#357CAB

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

Shades of Curious Blue #357CAB

Tints of Curious Blue #357CAB

Color information

#357CAB (or 0x357CAB) is unknown color: approx Curious Blue. HEX triplet: 35, 7C and AB. RGB value is (53,124,171). Sum of RGB (Red+Green+Blue) = 53+124+171=348 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.23% from 348); Green value is 124 (48.83% from 255 or 35.63% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #357CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357CAB is #CA8354. Grayscale: #6B6B6B. Windows color (decimal): -13271893 or 11238453. OLE color: 11238453.

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

Color convert

RGB53124171-
CMYK0.690.2700.33
HSL203.9º52.68%43.92%-
HSV(B)203.9º69.01%67.06%-
XYZ16.0318.1141.18-
YUV108.13163.4888.68-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.23%
GREEN value IS 124 (48.83% from 255) = 35.63%
BLUE value IS 171 (67.19% from 255) = 49.14%
R=15.23%
G=35.63%
B=49.14%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531241710.690.2700.33203.952.6843.92
Hex357CAB451B021cc352c
Octal65174253105330413146554
Binary110101111110010101011100010111011010000111001100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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