#3292ce

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

Shades of Curious Blue #3292CE

Tints of Curious Blue #3292CE

Color information

#3292CE (or 0x3292CE) is unknown color: approx Curious Blue. HEX triplet: 32, 92 and CE. RGB value is (50,146,206). Sum of RGB (Red+Green+Blue) = 50+146+206=402 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.44% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #3292CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3292CE is #CD6D31. Grayscale: #7B7B7B. Windows color (decimal): -13462834 or 13537842. OLE color: 13537842.

HSL color Cylindrical-coordinate representation of color #3292CE: hue angle of 203.08º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3292CE is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB50146206-
CMYK0.760.2900.19
HSL203.08º61.42%50.2%-
HSV(B)203.08º75.73%80.78%-
XYZ22.7325.6962.15-
YUV124.14174.275.12-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.44%
GREEN value IS 146 (57.42% from 255) = 36.32%
BLUE value IS 206 (80.86% from 255) = 51.24%
R=12.44%
G=36.32%
B=51.24%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal501462060.760.2900.19203.0861.4250.2
Hex3292CE4C1D013cb3d32
Octal62222316114350233137562
Binary110010100100101100111010011001110101001111001011111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3292ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3292ce; }

 p { color: rgb(50,146,206); }

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

<style>
 a { background-color: #3292ce; }

 a { background-color: rgb(50,146,206); }

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

<style>
 span { border-color: #3292ce; }

 span { border-color: rgb(50,146,206); }

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