#3379CC

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

Shades of Curious Blue #3379CC

Tints of Curious Blue #3379CC

Color information

#3379CC (or 0x3379CC) is unknown color: approx Curious Blue. HEX triplet: 33, 79 and CC. RGB value is (51,121,204). Sum of RGB (Red+Green+Blue) = 51+121+204=376 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.56% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 204 (80.08% from 255 or 54.26% from 376); Max value from RGB is 204 - color contains mainly: blue. Hex color #3379CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3379CC is #CC8633. Grayscale: #6D6D6D. Windows color (decimal): -13403700 or 13400371. OLE color: 13400371.

HSL color Cylindrical-coordinate representation of color #3379CC: hue angle of 212.55º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3379CC is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB51121204-
CMYK0.750.4100.2
HSL212.55º60%50%-
HSV(B)212.55º75%80%-
XYZ19.118.7459.74-
YUV109.53181.3186.25-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.56%
GREEN value IS 121 (47.66% from 255) = 32.18%
BLUE value IS 204 (80.08% from 255) = 54.26%
R=13.56%
G=32.18%
B=54.26%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal511212040.750.4100.2212.556050
Hex3379CC4B29014d53c32
Octal63171314113510243257462
Binary110011111100111001100100101110100101010011010101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3379CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3379CC; }

 p { color: rgb(51,121,204); }

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

<style>
 a { background-color: #3379CC; }

 a { background-color: rgb(51,121,204); }

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

<style>
 span { border-color: #3379CC; }

 span { border-color: rgb(51,121,204); }

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