#3F7EC6

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

Shades of Curious Blue #3F7EC6

Tints of Curious Blue #3F7EC6

Color information

#3F7EC6 (or 0x3F7EC6) is unknown color: approx Curious Blue. HEX triplet: 3F, 7E and C6. RGB value is (63,126,198). Sum of RGB (Red+Green+Blue) = 63+126+198=387 (51% of max value = 765). Red value is 63 (25% from 255 or 16.28% from 387); Green value is 126 (49.61% from 255 or 32.56% from 387); Blue value is 198 (77.73% from 255 or 51.16% from 387); Max value from RGB is 198 - color contains mainly: blue. Hex color #3F7EC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F7EC6 is #C08139. Grayscale: #737373. Windows color (decimal): -12615994 or 13008447. OLE color: 13008447.

HSL color Cylindrical-coordinate representation of color #3F7EC6: hue angle of 212º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F7EC6 is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB63126198-
CMYK0.680.3600.22
HSL212º54.22%51.18%-
HSV(B)212º68.18%77.65%-
XYZ19.720.0656.26-
YUV115.37174.6390.65-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.28%
GREEN value IS 126 (49.61% from 255) = 32.56%
BLUE value IS 198 (77.73% from 255) = 51.16%
R=16.28%
G=32.56%
B=51.16%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal631261980.680.3600.2221254.2251.18
Hex3F7EC64424016d43633
Octal77176306104440263246663
Binary111111111111011000110100010010010001011011010100110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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