#3599C8

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

Shades of Curious Blue #3599C8

Tints of Curious Blue #3599C8

Color information

#3599C8 (or 0x3599C8) is unknown color: approx Curious Blue. HEX triplet: 35, 99 and C8. RGB value is (53,153,200). Sum of RGB (Red+Green+Blue) = 53+153+200=406 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.05% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 200 (78.52% from 255 or 49.26% from 406); Max value from RGB is 200 - color contains mainly: blue. Hex color #3599C8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3599C8 is #CA6637. Grayscale: #808080. Windows color (decimal): -13264440 or 13146421. OLE color: 13146421.

HSL color Cylindrical-coordinate representation of color #3599C8: hue angle of 199.18º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3599C8 is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB53153200-
CMYK0.740.2400.22
HSL199.18º58.1%49.61%-
HSV(B)199.18º73.5%78.43%-
XYZ23.2827.7158.76-
YUV128.46168.3774.18-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.05%
GREEN value IS 153 (60.16% from 255) = 37.68%
BLUE value IS 200 (78.52% from 255) = 49.26%
R=13.05%
G=37.68%
B=49.26%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal531532000.740.2400.22199.1858.149.61
Hex3599C84A18016c73a32
Octal65231310112300263077262
Binary110101100110011100100010010101100001011011000111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3599C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3599C8; }

 p { color: rgb(53,153,200); }

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

<style>
 a { background-color: #3599C8; }

 a { background-color: rgb(53,153,200); }

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

<style>
 span { border-color: #3599C8; }

 span { border-color: rgb(53,153,200); }

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