#3f83b2

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

Shades of Curious Blue #3F83B2

Tints of Curious Blue #3F83B2

Color information

#3F83B2 (or 0x3F83B2) is unknown color: approx Curious Blue. HEX triplet: 3F, 83 and B2. RGB value is (63,131,178). Sum of RGB (Red+Green+Blue) = 63+131+178=372 (49% of max value = 765). Red value is 63 (25% from 255 or 16.94% from 372); Green value is 131 (51.56% from 255 or 35.22% from 372); Blue value is 178 (69.92% from 255 or 47.85% from 372); Max value from RGB is 178 - color contains mainly: blue. Hex color #3F83B2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F83B2 is #C07C4D. Grayscale: #737373. Windows color (decimal): -12614734 or 11699007. OLE color: 11699007.

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

Color convert

RGB63131178-
CMYK0.650.2600.30
HSL204.52º47.72%47.25%-
HSV(B)204.52º64.61%69.8%-
XYZ18.220.545.12-
YUV116.03162.9790.18-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.94%
GREEN value IS 131 (51.56% from 255) = 35.22%
BLUE value IS 178 (69.92% from 255) = 47.85%
R=16.94%
G=35.22%
B=47.85%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal631311780.650.2600.30204.5247.7247.25
Hex3F83B2411A01Ecd302f
Octal77203262101320363156057
Binary111111100000111011001010000011101001111011001101110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f83b2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,131,178); }

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

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

 a { background-color: rgb(63,131,178); }

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

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

 span { border-color: rgb(63,131,178); }

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