#3f7cc4

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

Shades of Curious Blue #3F7CC4

Tints of Curious Blue #3F7CC4

Color information

#3F7CC4 (or 0x3F7CC4) is unknown color: approx Curious Blue. HEX triplet: 3F, 7C and C4. RGB value is (63,124,196). Sum of RGB (Red+Green+Blue) = 63+124+196=383 (50% of max value = 765). Red value is 63 (25% from 255 or 16.45% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 196 (76.95% from 255 or 51.17% from 383); Max value from RGB is 196 - color contains mainly: blue. Hex color #3F7CC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F7CC4 is #C0833B. Grayscale: #717171. Windows color (decimal): -12616508 or 12876863. OLE color: 12876863.

HSL color Cylindrical-coordinate representation of color #3F7CC4: hue angle of 212.48º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F7CC4 is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB63124196-
CMYK0.680.3700.23
HSL212.48º52.99%50.78%-
HSV(B)212.48º67.86%76.86%-
XYZ19.2219.4654.97-
YUV113.97174.2991.65-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.45%
GREEN value IS 124 (48.83% from 255) = 32.38%
BLUE value IS 196 (76.95% from 255) = 51.17%
R=16.45%
G=32.38%
B=51.17%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal631241960.680.3700.23212.4852.9950.78
Hex3F7CC44425017d43533
Octal77174304104450273246563
Binary111111111110011000100100010010010101011111010100110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f7cc4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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