#357ACA

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

Shades of Curious Blue #357ACA

Tints of Curious Blue #357ACA

Color information

#357ACA (or 0x357ACA) is unknown color: approx Curious Blue. HEX triplet: 35, 7A and CA. RGB value is (53,122,202). Sum of RGB (Red+Green+Blue) = 53+122+202=377 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.06% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 202 (79.30% from 255 or 53.58% from 377); Max value from RGB is 202 - color contains mainly: blue. Hex color #357ACA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357ACA is #CA8535. Grayscale: #6E6E6E. Windows color (decimal): -13272374 or 13269557. OLE color: 13269557.

HSL color Cylindrical-coordinate representation of color #357ACA: hue angle of 212.21º 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 #357ACA is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB53122202-
CMYK0.740.4000.21
HSL212.21º58.43%50%-
HSV(B)212.21º73.76%79.22%-
XYZ19.0918.9458.53-
YUV110.49179.6487-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.06%
GREEN value IS 122 (48.05% from 255) = 32.36%
BLUE value IS 202 (79.30% from 255) = 53.58%
R=14.06%
G=32.36%
B=53.58%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal531222020.740.4000.21212.2158.4350
Hex357ACA4A28015d43a32
Octal65172312112500253247262
Binary110101111101011001010100101010100001010111010100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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