#359ACA

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

Shades of Curious Blue #359ACA

Tints of Curious Blue #359ACA

Color information

#359ACA (or 0x359ACA) is unknown color: approx Curious Blue. HEX triplet: 35, 9A and CA. RGB value is (53,154,202). Sum of RGB (Red+Green+Blue) = 53+154+202=409 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.96% from 409); Green value is 154 (60.55% from 255 or 37.65% from 409); Blue value is 202 (79.30% from 255 or 49.39% from 409); Max value from RGB is 202 - color contains mainly: blue. Hex color #359ACA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359ACA is #CA6535. Grayscale: #808080. Windows color (decimal): -13264182 or 13277749. OLE color: 13277749.

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

Color convert

RGB53154202-
CMYK0.740.2400.21
HSL199.33º58.43%50%-
HSV(B)199.33º73.76%79.22%-
XYZ23.6828.1360.06-
YUV129.27169.0473.6-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.96%
GREEN value IS 154 (60.55% from 255) = 37.65%
BLUE value IS 202 (79.30% from 255) = 49.39%
R=12.96%
G=37.65%
B=49.39%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal531542020.740.2400.21199.3358.4350
Hex359ACA4A18015c73a32
Octal65232312112300253077262
Binary110101100110101100101010010101100001010111000111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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