#3F8FC4

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

Shades of Curious Blue #3F8FC4

Tints of Curious Blue #3F8FC4

Color information

#3F8FC4 (or 0x3F8FC4) is unknown color: approx Curious Blue. HEX triplet: 3F, 8F and C4. RGB value is (63,143,196). Sum of RGB (Red+Green+Blue) = 63+143+196=402 (53% of max value = 765). Red value is 63 (25% from 255 or 15.67% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 196 (76.95% from 255 or 48.76% from 402); Max value from RGB is 196 - color contains mainly: blue. Hex color #3F8FC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F8FC4 is #C0703B. Grayscale: #7C7C7C. Windows color (decimal): -12611644 or 12881727. OLE color: 12881727.

HSL color Cylindrical-coordinate representation of color #3F8FC4: hue angle of 203.91º 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 #3F8FC4 is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB63143196-
CMYK0.680.2700.23
HSL203.91º52.99%50.78%-
HSV(B)203.91º67.86%76.86%-
XYZ21.8424.6955.84-
YUV125.1216883.69-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.67%
GREEN value IS 143 (56.25% from 255) = 35.57%
BLUE value IS 196 (76.95% from 255) = 48.76%
R=15.67%
G=35.57%
B=48.76%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal631431960.680.2700.23203.9152.9950.78
Hex3F8FC4441B017cc3533
Octal77217304104330273146563
Binary111111100011111100010010001001101101011111001100110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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