#3380BF

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

Shades of Curious Blue #3380BF

Tints of Curious Blue #3380BF

Color information

#3380BF (or 0x3380BF) is unknown color: approx Curious Blue. HEX triplet: 33, 80 and BF. RGB value is (51,128,191). Sum of RGB (Red+Green+Blue) = 51+128+191=370 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.78% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 191 (75% from 255 or 51.62% from 370); Max value from RGB is 191 - color contains mainly: blue. Hex color #3380BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3380BF is #CC7F40. Grayscale: #6F6F6F. Windows color (decimal): -13401921 or 12550195. OLE color: 12550195.

HSL color Cylindrical-coordinate representation of color #3380BF: hue angle of 207º 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 #3380BF is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB51128191-
CMYK0.730.3300.25
HSL207º57.85%47.45%-
HSV(B)207º73.3%74.9%-
XYZ18.4919.952.16-
YUV112.16172.4984.38-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.78%
GREEN value IS 128 (50.39% from 255) = 34.59%
BLUE value IS 191 (75% from 255) = 51.62%
R=13.78%
G=34.59%
B=51.62%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal511281910.730.3300.2520757.8547.45
Hex3380BF4921019cf3a2f
Octal63200277111410313177257
Binary1100111000000010111111100100110000101100111001111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3380BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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