#3F8FD4

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

Shades of Curious Blue #3F8FD4

Tints of Curious Blue #3F8FD4

Color information

#3F8FD4 (or 0x3F8FD4) is unknown color: approx Curious Blue. HEX triplet: 3F, 8F and D4. RGB value is (63,143,212). Sum of RGB (Red+Green+Blue) = 63+143+212=418 (55% of max value = 765). Red value is 63 (25% from 255 or 15.07% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 212 (83.20% from 255 or 50.72% from 418); Max value from RGB is 212 - color contains mainly: blue. Hex color #3F8FD4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F8FD4 is #C0702B. Grayscale: #7E7E7E. Windows color (decimal): -12611628 or 13930303. OLE color: 13930303.

HSL color Cylindrical-coordinate representation of color #3F8FD4: hue angle of 207.79º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F8FD4 is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB63143212-
CMYK0.700.3300.17
HSL207.79º63.4%53.92%-
HSV(B)207.79º70.28%83.14%-
XYZ23.7625.4665.95-
YUV126.9517682.39-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.07%
GREEN value IS 143 (56.25% from 255) = 34.21%
BLUE value IS 212 (83.20% from 255) = 50.72%
R=15.07%
G=34.21%
B=50.72%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal631432120.700.3300.17207.7963.453.92
Hex3F8FD44621011d03f36
Octal77217324106410213207766
Binary1111111000111111010100100011010000101000111010000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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