#3692CC

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

Shades of Curious Blue #3692CC

Tints of Curious Blue #3692CC

Color information

#3692CC (or 0x3692CC) is unknown color: approx Curious Blue. HEX triplet: 36, 92 and CC. RGB value is (54,146,204). Sum of RGB (Red+Green+Blue) = 54+146+204=404 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.37% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #3692CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3692CC is #C96D33. Grayscale: #7C7C7C. Windows color (decimal): -13200692 or 13406774. OLE color: 13406774.

HSL color Cylindrical-coordinate representation of color #3692CC: hue angle of 203.2º 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 #3692CC is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB54146204-
CMYK0.740.2800.2
HSL203.2º59.52%50.59%-
HSV(B)203.2º73.53%80%-
XYZ22.725.760.89-
YUV125.1172.5277.28-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 13.37%
GREEN value IS 146 (57.42% from 255) = 36.14%
BLUE value IS 204 (80.08% from 255) = 50.50%
R=13.37%
G=36.14%
B=50.50%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal541462040.740.2800.2203.259.5250.59
Hex3692CC4A1C014cb3c33
Octal66222314112340243137463
Binary110110100100101100110010010101110001010011001011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3692CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3692CC; }

 p { color: rgb(54,146,204); }

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

<style>
 a { background-color: #3692CC; }

 a { background-color: rgb(54,146,204); }

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

<style>
 span { border-color: #3692CC; }

 span { border-color: rgb(54,146,204); }

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