#3392CA

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

Shades of Curious Blue #3392CA

Tints of Curious Blue #3392CA

Color information

#3392CA (or 0x3392CA) is unknown color: approx Curious Blue. HEX triplet: 33, 92 and CA. RGB value is (51,146,202). Sum of RGB (Red+Green+Blue) = 51+146+202=399 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.78% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #3392CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3392CA is #CC6D35. Grayscale: #7B7B7B. Windows color (decimal): -13397302 or 13275699. OLE color: 13275699.

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

Color convert

RGB51146202-
CMYK0.750.2800.21
HSL202.25º59.68%49.61%-
HSV(B)202.25º74.75%79.22%-
XYZ22.325.5359.63-
YUV123.98172.0375.95-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.78%
GREEN value IS 146 (57.42% from 255) = 36.59%
BLUE value IS 202 (79.30% from 255) = 50.63%
R=12.78%
G=36.59%
B=50.63%

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
Decimal511462020.750.2800.21202.2559.6849.61
Hex3392CA4B1C015ca3c32
Octal63222312113340253127462
Binary110011100100101100101010010111110001010111001010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3392CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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