#3583C0

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

Shades of Curious Blue #3583C0

Tints of Curious Blue #3583C0

Color information

#3583C0 (or 0x3583C0) is unknown color: approx Curious Blue. HEX triplet: 35, 83 and C0. RGB value is (53,131,192). Sum of RGB (Red+Green+Blue) = 53+131+192=376 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.10% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 192 (75.39% from 255 or 51.06% from 376); Max value from RGB is 192 - color contains mainly: blue. Hex color #3583C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3583C0 is #CA7C3F. Grayscale: #727272. Windows color (decimal): -13270080 or 12616501. OLE color: 12616501.

HSL color Cylindrical-coordinate representation of color #3583C0: hue angle of 206.33º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3583C0 is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB53131192-
CMYK0.720.3200.25
HSL206.33º56.73%48.04%-
HSV(B)206.33º72.4%75.29%-
XYZ19.120.852.88-
YUV114.63171.6684.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.10%
GREEN value IS 131 (51.56% from 255) = 34.84%
BLUE value IS 192 (75.39% from 255) = 51.06%
R=14.10%
G=34.84%
B=51.06%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal531311920.720.3200.25206.3356.7348.04
Hex3583C04820019ce3930
Octal65203300110400313167160
Binary1101011000001111000000100100010000001100111001110111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3583C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3583C0; }

 p { color: rgb(53,131,192); }

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

<style>
 a { background-color: #3583C0; }

 a { background-color: rgb(53,131,192); }

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

<style>
 span { border-color: #3583C0; }

 span { border-color: rgb(53,131,192); }

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