#3F7CBE

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

Shades of Curious Blue #3F7CBE

Tints of Curious Blue #3F7CBE

Color information

#3F7CBE (or 0x3F7CBE) is unknown color: approx Curious Blue. HEX triplet: 3F, 7C and BE. RGB value is (63,124,190). Sum of RGB (Red+Green+Blue) = 63+124+190=377 (49% of max value = 765). Red value is 63 (25% from 255 or 16.71% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #3F7CBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F7CBE is #C08341. Grayscale: #707070. Windows color (decimal): -12616514 or 12483647. OLE color: 12483647.

HSL color Cylindrical-coordinate representation of color #3F7CBE: hue angle of 211.18º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F7CBE is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB63124190-
CMYK0.670.3500.25
HSL211.18º50.2%49.61%-
HSV(B)211.18º66.84%74.51%-
XYZ18.5519.1951.44-
YUV113.28171.2992.13-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.71%
GREEN value IS 124 (48.83% from 255) = 32.89%
BLUE value IS 190 (74.61% from 255) = 50.40%
R=16.71%
G=32.89%
B=50.40%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal631241900.670.3500.25211.1850.249.61
Hex3F7CBE4323019d33232
Octal77174276103430313236262
Binary111111111110010111110100001110001101100111010011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,124,190); }

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

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

 a { background-color: rgb(63,124,190); }

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

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

 span { border-color: rgb(63,124,190); }

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