#3F8BCC

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

Shades of Curious Blue #3F8BCC

Tints of Curious Blue #3F8BCC

Color information

#3F8BCC (or 0x3F8BCC) is unknown color: approx Curious Blue. HEX triplet: 3F, 8B and CC. RGB value is (63,139,204). Sum of RGB (Red+Green+Blue) = 63+139+204=406 (53% of max value = 765). Red value is 63 (25% from 255 or 15.52% from 406); Green value is 139 (54.69% from 255 or 34.24% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #3F8BCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F8BCC is #C07433. Grayscale: #7B7B7B. Windows color (decimal): -12612660 or 13404991. OLE color: 13404991.

HSL color Cylindrical-coordinate representation of color #3F8BCC: hue angle of 207.66º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F8BCC is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB63139204-
CMYK0.690.3200.2
HSL207.66º58.02%52.35%-
HSV(B)207.66º69.12%80%-
XYZ22.1823.8860.57-
YUV123.69173.3284.71-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.52%
GREEN value IS 139 (54.69% from 255) = 34.24%
BLUE value IS 204 (80.08% from 255) = 50.25%
R=15.52%
G=34.24%
B=50.25%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal631392040.690.3200.2207.6658.0252.35
Hex3F8BCC4520014d03a34
Octal77213314105400243207264
Binary1111111000101111001100100010110000001010011010000111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,139,204); }

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

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

 a { background-color: rgb(63,139,204); }

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

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

 span { border-color: rgb(63,139,204); }

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