#3F7EBB

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

Shades of Curious Blue #3F7EBB

Tints of Curious Blue #3F7EBB

Color information

#3F7EBB (or 0x3F7EBB) is unknown color: approx Curious Blue. HEX triplet: 3F, 7E and BB. RGB value is (63,126,187). Sum of RGB (Red+Green+Blue) = 63+126+187=376 (49% of max value = 765). Red value is 63 (25% from 255 or 16.76% from 376); Green value is 126 (49.61% from 255 or 33.51% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #3F7EBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F7EBB is #C08144. Grayscale: #717171. Windows color (decimal): -12616005 or 12287551. OLE color: 12287551.

HSL color Cylindrical-coordinate representation of color #3F7EBB: hue angle of 209.52º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F7EBB is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB63126187-
CMYK0.660.3300.27
HSL209.52º49.6%49.02%-
HSV(B)209.52º66.31%73.33%-
XYZ18.4819.5749.82-
YUV114.12169.1391.54-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.76%
GREEN value IS 126 (49.61% from 255) = 33.51%
BLUE value IS 187 (73.44% from 255) = 49.73%
R=16.76%
G=33.51%
B=49.73%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal631261870.660.3300.27209.5249.649.02
Hex3F7EBB422101Bd23231
Octal77176273102410333226261
Binary111111111111010111011100001010000101101111010010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,126,187); }

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

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

 a { background-color: rgb(63,126,187); }

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

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

 span { border-color: rgb(63,126,187); }

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