#3F80B4

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

Shades of Curious Blue #3F80B4

Tints of Curious Blue #3F80B4

Color information

#3F80B4 (or 0x3F80B4) is unknown color: approx Curious Blue. HEX triplet: 3F, 80 and B4. RGB value is (63,128,180). Sum of RGB (Red+Green+Blue) = 63+128+180=371 (49% of max value = 765). Red value is 63 (25% from 255 or 16.98% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 180 (70.70% from 255 or 48.52% from 371); Max value from RGB is 180 - color contains mainly: blue. Hex color #3F80B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F80B4 is #C07F4B. Grayscale: #727272. Windows color (decimal): -12615500 or 11829311. OLE color: 11829311.

HSL color Cylindrical-coordinate representation of color #3F80B4: hue angle of 206.67º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3F80B4 is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB63128180-
CMYK0.650.2900.29
HSL206.67º48.15%47.65%-
HSV(B)206.67º65%70.59%-
XYZ18.0119.7946.05-
YUV114.49164.9791.27-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.98%
GREEN value IS 128 (50.39% from 255) = 34.50%
BLUE value IS 180 (70.70% from 255) = 48.52%
R=16.98%
G=34.50%
B=48.52%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal631281800.650.2900.29206.6748.1547.65
Hex3F80B4411D01Dcf3030
Octal77200264101350353176060
Binary111111100000001011010010000011110101110111001111110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F80B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F80B4; }

 p { color: rgb(63,128,180); }

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

<style>
 a { background-color: #3F80B4; }

 a { background-color: rgb(63,128,180); }

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

<style>
 span { border-color: #3F80B4; }

 span { border-color: rgb(63,128,180); }

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