#3582BB

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

Shades of Curious Blue #3582BB

Tints of Curious Blue #3582BB

Color information

#3582BB (or 0x3582BB) is unknown color: approx Curious Blue. HEX triplet: 35, 82 and BB. RGB value is (53,130,187). Sum of RGB (Red+Green+Blue) = 53+130+187=370 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.32% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 187 (73.44% from 255 or 50.54% from 370); Max value from RGB is 187 - color contains mainly: blue. Hex color #3582BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3582BB is #CA7D44. Grayscale: #717171. Windows color (decimal): -13270341 or 12288565. OLE color: 12288565.

HSL color Cylindrical-coordinate representation of color #3582BB: hue angle of 205.52º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3582BB is Cyan = 0.72, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB53130187-
CMYK0.720.3000.27
HSL205.52º55.83%47.06%-
HSV(B)205.52º71.66%73.33%-
XYZ18.4220.3149.96-
YUV113.48169.4984.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.32%
GREEN value IS 130 (51.17% from 255) = 35.14%
BLUE value IS 187 (73.44% from 255) = 50.54%
R=14.32%
G=35.14%
B=50.54%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal531301870.720.3000.27205.5255.8347.06
Hex3582BB481E01Bce382f
Octal65202273110360333167057
Binary110101100000101011101110010001111001101111001110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3582BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3582BB; }

 p { color: rgb(53,130,187); }

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

<style>
 a { background-color: #3582BB; }

 a { background-color: rgb(53,130,187); }

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

<style>
 span { border-color: #3582BB; }

 span { border-color: rgb(53,130,187); }

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