#3F8ABC

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

Shades of Curious Blue #3F8ABC

Tints of Curious Blue #3F8ABC

Color information

#3F8ABC (or 0x3F8ABC) is unknown color: approx Curious Blue. HEX triplet: 3F, 8A and BC. RGB value is (63,138,188). Sum of RGB (Red+Green+Blue) = 63+138+188=389 (51% of max value = 765). Red value is 63 (25% from 255 or 16.20% from 389); Green value is 138 (54.30% from 255 or 35.48% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #3F8ABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F8ABC is #C07543. Grayscale: #797979. Windows color (decimal): -12612932 or 12356159. OLE color: 12356159.

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

Color convert

RGB63138188-
CMYK0.660.2700.26
HSL204º49.8%49.22%-
HSV(B)204º66.49%73.73%-
XYZ20.2222.8650.92-
YUV121.28165.6586.43-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.20%
GREEN value IS 138 (54.30% from 255) = 35.48%
BLUE value IS 188 (73.83% from 255) = 48.33%
R=16.20%
G=35.48%
B=48.33%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal631381880.660.2700.2620449.849.22
Hex3F8ABC421B01Acc3231
Octal77212274102330323146261
Binary111111100010101011110010000101101101101011001100110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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