#3484c4

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

Shades of Curious Blue #3484C4

Tints of Curious Blue #3484C4

Color information

#3484C4 (or 0x3484C4) is unknown color: approx Curious Blue. HEX triplet: 34, 84 and C4. RGB value is (52,132,196). Sum of RGB (Red+Green+Blue) = 52+132+196=380 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.68% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 196 (76.95% from 255 or 51.58% from 380); Max value from RGB is 196 - color contains mainly: blue. Hex color #3484C4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3484C4 is #CB7B3B. Grayscale: #737373. Windows color (decimal): -13335356 or 12878900. OLE color: 12878900.

HSL color Cylindrical-coordinate representation of color #3484C4: hue angle of 206.67º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3484C4 is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB52132196-
CMYK0.730.3300.23
HSL206.67º58.06%48.63%-
HSV(B)206.67º73.47%76.86%-
XYZ19.6321.2255.29-
YUV115.38173.582.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.68%
GREEN value IS 132 (51.95% from 255) = 34.74%
BLUE value IS 196 (76.95% from 255) = 51.58%
R=13.68%
G=34.74%
B=51.58%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal521321960.730.3300.23206.6758.0648.63
Hex3484C44921017cf3a31
Octal64204304111410273177261
Binary1101001000010011000100100100110000101011111001111111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3484c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3484c4; }

 p { color: rgb(52,132,196); }

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

<style>
 a { background-color: #3484c4; }

 a { background-color: rgb(52,132,196); }

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

<style>
 span { border-color: #3484c4; }

 span { border-color: rgb(52,132,196); }

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