#359ac7

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

Shades of Curious Blue #359AC7

Tints of Curious Blue #359AC7

Color information

#359AC7 (or 0x359AC7) is unknown color: approx Curious Blue. HEX triplet: 35, 9A and C7. RGB value is (53,154,199). Sum of RGB (Red+Green+Blue) = 53+154+199=406 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.05% from 406); Green value is 154 (60.55% from 255 or 37.93% from 406); Blue value is 199 (78.12% from 255 or 49.01% from 406); Max value from RGB is 199 - color contains mainly: blue. Hex color #359AC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359AC7 is #CA6538. Grayscale: #808080. Windows color (decimal): -13264185 or 13081141. OLE color: 13081141.

HSL color Cylindrical-coordinate representation of color #359AC7: hue angle of 198.49º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #359AC7 is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB53154199-
CMYK0.730.2300.22
HSL198.49º57.94%49.41%-
HSV(B)198.49º73.37%78.04%-
XYZ23.3327.9958.21-
YUV128.93167.5473.84-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.05%
GREEN value IS 154 (60.55% from 255) = 37.93%
BLUE value IS 199 (78.12% from 255) = 49.01%
R=13.05%
G=37.93%
B=49.01%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal531541990.730.2300.22198.4957.9449.41
Hex359AC74917016c63a31
Octal65232307111270263067261
Binary110101100110101100011110010011011101011011000110111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359ac7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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