#3592CD

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

Shades of Curious Blue #3592CD

Tints of Curious Blue #3592CD

Color information

#3592CD (or 0x3592CD) is unknown color: approx Curious Blue. HEX triplet: 35, 92 and CD. RGB value is (53,146,205). Sum of RGB (Red+Green+Blue) = 53+146+205=404 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.12% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #3592CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3592CD is #CA6D32. Grayscale: #7C7C7C. Windows color (decimal): -13266227 or 13472309. OLE color: 13472309.

HSL color Cylindrical-coordinate representation of color #3592CD: hue angle of 203.29º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3592CD is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB53146205-
CMYK0.740.2900.20
HSL203.29º60.32%50.59%-
HSV(B)203.29º74.15%80.39%-
XYZ22.7725.7261.52-
YUV124.92173.1976.7-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.12%
GREEN value IS 146 (57.42% from 255) = 36.14%
BLUE value IS 205 (80.47% from 255) = 50.74%
R=13.12%
G=36.14%
B=50.74%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal531462050.740.2900.20203.2960.3250.59
Hex3592CD4A1D014cb3c33
Octal65222315112350243137463
Binary110101100100101100110110010101110101010011001011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3592CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3592CD; }

 p { color: rgb(53,146,205); }

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

<style>
 a { background-color: #3592CD; }

 a { background-color: rgb(53,146,205); }

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

<style>
 span { border-color: #3592CD; }

 span { border-color: rgb(53,146,205); }

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