#357AB9

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

Shades of Curious Blue #357AB9

Tints of Curious Blue #357AB9

Color information

#357AB9 (or 0x357AB9) is unknown color: approx Curious Blue. HEX triplet: 35, 7A and B9. RGB value is (53,122,185). Sum of RGB (Red+Green+Blue) = 53+122+185=360 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.72% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 185 (72.66% from 255 or 51.39% from 360); Max value from RGB is 185 - color contains mainly: blue. Hex color #357AB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357AB9 is #CA8546. Grayscale: #6C6C6C. Windows color (decimal): -13272391 or 12155445. OLE color: 12155445.

HSL color Cylindrical-coordinate representation of color #357AB9: hue angle of 208.64º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #357AB9 is Cyan = 0.71, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB53122185-
CMYK0.710.3400.27
HSL208.64º55.46%46.67%-
HSV(B)208.64º71.35%72.55%-
XYZ17.1818.1848.5-
YUV108.55171.1488.38-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.72%
GREEN value IS 122 (48.05% from 255) = 33.89%
BLUE value IS 185 (72.66% from 255) = 51.39%
R=14.72%
G=33.89%
B=51.39%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal531221850.710.3400.27208.6455.4646.67
Hex357AB9472201Bd1372f
Octal65172271107420333216757
Binary110101111101010111001100011110001001101111010001110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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