#3292CA

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

Shades of Curious Blue #3292CA

Tints of Curious Blue #3292CA

Color information

#3292CA (or 0x3292CA) is unknown color: approx Curious Blue. HEX triplet: 32, 92 and CA. RGB value is (50,146,202). Sum of RGB (Red+Green+Blue) = 50+146+202=398 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.56% from 398); Green value is 146 (57.42% from 255 or 36.68% from 398); Blue value is 202 (79.30% from 255 or 50.75% from 398); Max value from RGB is 202 - color contains mainly: blue. Hex color #3292CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3292CA is #CD6D35. Grayscale: #7B7B7B. Windows color (decimal): -13462838 or 13275698. OLE color: 13275698.

HSL color Cylindrical-coordinate representation of color #3292CA: hue angle of 202.11º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3292CA is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB50146202-
CMYK0.750.2800.21
HSL202.11º60.32%49.41%-
HSV(B)202.11º75.25%79.22%-
XYZ22.2525.559.63-
YUV123.68172.275.45-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.56%
GREEN value IS 146 (57.42% from 255) = 36.68%
BLUE value IS 202 (79.30% from 255) = 50.75%
R=12.56%
G=36.68%
B=50.75%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal501462020.750.2800.21202.1160.3249.41
Hex3292CA4B1C015ca3c31
Octal62222312113340253127461
Binary110010100100101100101010010111110001010111001010111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3292CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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