#3581BB

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

Shades of Curious Blue #3581BB

Tints of Curious Blue #3581BB

Color information

#3581BB (or 0x3581BB) is unknown color: approx Curious Blue. HEX triplet: 35, 81 and BB. RGB value is (53,129,187). Sum of RGB (Red+Green+Blue) = 53+129+187=369 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.36% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 187 (73.44% from 255 or 50.68% from 369); Max value from RGB is 187 - color contains mainly: blue. Hex color #3581BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3581BB is #CA7E44. Grayscale: #707070. Windows color (decimal): -13270597 or 12288309. OLE color: 12288309.

HSL color Cylindrical-coordinate representation of color #3581BB: hue angle of 205.97º 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 #3581BB is Cyan = 0.72, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB53129187-
CMYK0.720.3100.27
HSL205.97º55.83%47.06%-
HSV(B)205.97º71.66%73.33%-
XYZ18.2920.0549.92-
YUV112.89169.8285.28-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.36%
GREEN value IS 129 (50.78% from 255) = 34.96%
BLUE value IS 187 (73.44% from 255) = 50.68%
R=14.36%
G=34.96%
B=50.68%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal531291870.720.3100.27205.9755.8347.06
Hex3581BB481F01Bce382f
Octal65201273110370333167057
Binary110101100000011011101110010001111101101111001110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3581BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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