#3379BF

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

Shades of Curious Blue #3379BF

Tints of Curious Blue #3379BF

Color information

#3379BF (or 0x3379BF) is unknown color: approx Curious Blue. HEX triplet: 33, 79 and BF. RGB value is (51,121,191). Sum of RGB (Red+Green+Blue) = 51+121+191=363 (48% of max value = 765). Red value is 51 (20.31% from 255 or 14.05% from 363); Green value is 121 (47.66% from 255 or 33.33% from 363); Blue value is 191 (75% from 255 or 52.62% from 363); Max value from RGB is 191 - color contains mainly: blue. Hex color #3379BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3379BF is #CC8640. Grayscale: #6B6B6B. Windows color (decimal): -13403713 or 12548403. OLE color: 12548403.

HSL color Cylindrical-coordinate representation of color #3379BF: hue angle of 210º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3379BF is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB51121191-
CMYK0.730.3700.25
HSL210º57.85%47.45%-
HSV(B)210º73.3%74.9%-
XYZ17.6118.1451.86-
YUV108.05174.8187.31-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.05%
GREEN value IS 121 (47.66% from 255) = 33.33%
BLUE value IS 191 (75% from 255) = 52.62%
R=14.05%
G=33.33%
B=52.62%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal511211910.730.3700.2521057.8547.45
Hex3379BF4925019d23a2f
Octal63171277111450313227257
Binary110011111100110111111100100110010101100111010010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3379BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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