#3278C0

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

Shades of Curious Blue #3278C0

Tints of Curious Blue #3278C0

Color information

#3278C0 (or 0x3278C0) is unknown color: approx Curious Blue. HEX triplet: 32, 78 and C0. RGB value is (50,120,192). Sum of RGB (Red+Green+Blue) = 50+120+192=362 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.81% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 192 (75.39% from 255 or 53.04% from 362); Max value from RGB is 192 - color contains mainly: blue. Hex color #3278C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3278C0 is #CD873F. Grayscale: #6A6A6A. Windows color (decimal): -13469504 or 12613682. OLE color: 12613682.

HSL color Cylindrical-coordinate representation of color #3278C0: hue angle of 210.42º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3278C0 is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB50120192-
CMYK0.740.3800.25
HSL210.42º58.68%47.45%-
HSV(B)210.42º73.96%75.29%-
XYZ17.5517.9252.4-
YUV107.28175.8187.15-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.81%
GREEN value IS 120 (47.27% from 255) = 33.15%
BLUE value IS 192 (75.39% from 255) = 53.04%
R=13.81%
G=33.15%
B=53.04%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal501201920.740.3800.25210.4258.6847.45
Hex3278C04A26019d23b2f
Octal62170300112460313227357
Binary110010111100011000000100101010011001100111010010111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3278C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3278C0; }

 p { color: rgb(50,120,192); }

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

<style>
 a { background-color: #3278C0; }

 a { background-color: rgb(50,120,192); }

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

<style>
 span { border-color: #3278C0; }

 span { border-color: rgb(50,120,192); }

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