#357AC9

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

Shades of Curious Blue #357AC9

Tints of Curious Blue #357AC9

Color information

#357AC9 (or 0x357AC9) is unknown color: approx Curious Blue. HEX triplet: 35, 7A and C9. RGB value is (53,122,201). Sum of RGB (Red+Green+Blue) = 53+122+201=376 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.10% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 201 (78.91% from 255 or 53.46% from 376); Max value from RGB is 201 - color contains mainly: blue. Hex color #357AC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357AC9 is #CA8536. Grayscale: #6D6D6D. Windows color (decimal): -13272375 or 13204021. OLE color: 13204021.

HSL color Cylindrical-coordinate representation of color #357AC9: hue angle of 212.03º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #357AC9 is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB53122201-
CMYK0.740.3900.21
HSL212.03º58.27%49.8%-
HSV(B)212.03º73.63%78.82%-
XYZ18.9718.8957.91-
YUV110.37179.1487.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.10%
GREEN value IS 122 (48.05% from 255) = 32.45%
BLUE value IS 201 (78.91% from 255) = 53.46%
R=14.10%
G=32.45%
B=53.46%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal531222010.740.3900.21212.0358.2749.8
Hex357AC94A27015d43a32
Octal65172311112470253247262
Binary110101111101011001001100101010011101010111010100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,122,201); }

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

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

 a { background-color: rgb(53,122,201); }

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

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

 span { border-color: rgb(53,122,201); }

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