#3F8ABD

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

Shades of Curious Blue #3F8ABD

Tints of Curious Blue #3F8ABD

Color information

#3F8ABD (or 0x3F8ABD) is unknown color: approx Curious Blue. HEX triplet: 3F, 8A and BD. RGB value is (63,138,189). Sum of RGB (Red+Green+Blue) = 63+138+189=390 (51% of max value = 765). Red value is 63 (25% from 255 or 16.15% from 390); Green value is 138 (54.30% from 255 or 35.38% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 189 - color contains mainly: blue. Hex color #3F8ABD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F8ABD is #C07542. Grayscale: #797979. Windows color (decimal): -12612931 or 12421695. OLE color: 12421695.

HSL color Cylindrical-coordinate representation of color #3F8ABD: hue angle of 204.29º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F8ABD is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB63138189-
CMYK0.670.2700.26
HSL204.29º50%49.41%-
HSV(B)204.29º66.67%74.12%-
XYZ20.3222.9151.49-
YUV121.39166.1586.35-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.15%
GREEN value IS 138 (54.30% from 255) = 35.38%
BLUE value IS 189 (74.22% from 255) = 48.46%
R=16.15%
G=35.38%
B=48.46%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal631381890.670.2700.26204.295049.41
Hex3F8ABD431B01Acc3231
Octal77212275103330323146261
Binary111111100010101011110110000111101101101011001100110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,138,189); }

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

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

 a { background-color: rgb(63,138,189); }

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

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

 span { border-color: rgb(63,138,189); }

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