#357AB3

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

Shades of Curious Blue #357AB3

Tints of Curious Blue #357AB3

Color information

#357AB3 (or 0x357AB3) is unknown color: approx Curious Blue. HEX triplet: 35, 7A and B3. RGB value is (53,122,179). Sum of RGB (Red+Green+Blue) = 53+122+179=354 (46% of max value = 765). Red value is 53 (21.09% from 255 or 14.97% from 354); Green value is 122 (48.05% from 255 or 34.46% from 354); Blue value is 179 (70.31% from 255 or 50.56% from 354); Max value from RGB is 179 - color contains mainly: blue. Hex color #357AB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357AB3 is #CA854C. Grayscale: #6B6B6B. Windows color (decimal): -13272397 or 11762229. OLE color: 11762229.

HSL color Cylindrical-coordinate representation of color #357AB3: hue angle of 207.14º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #357AB3 is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB53122179-
CMYK0.700.3200.30
HSL207.14º54.31%45.49%-
HSV(B)207.14º70.39%70.2%-
XYZ16.5617.9345.24-
YUV107.87168.1488.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.97%
GREEN value IS 122 (48.05% from 255) = 34.46%
BLUE value IS 179 (70.31% from 255) = 50.56%
R=14.97%
G=34.46%
B=50.56%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal531221790.700.3200.30207.1454.3145.49
Hex357AB3462001Ecf362d
Octal65172263106400363176655
Binary110101111101010110011100011010000001111011001111110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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