#3F7AC0

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

Shades of Curious Blue #3F7AC0

Tints of Curious Blue #3F7AC0

Color information

#3F7AC0 (or 0x3F7AC0) is unknown color: approx Curious Blue. HEX triplet: 3F, 7A and C0. RGB value is (63,122,192). Sum of RGB (Red+Green+Blue) = 63+122+192=377 (49% of max value = 765). Red value is 63 (25% from 255 or 16.71% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 192 (75.39% from 255 or 50.93% from 377); Max value from RGB is 192 - color contains mainly: blue. Hex color #3F7AC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F7AC0 is #C0853F. Grayscale: #707070. Windows color (decimal): -12617024 or 12614207. OLE color: 12614207.

HSL color Cylindrical-coordinate representation of color #3F7AC0: hue angle of 212.56º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F7AC0 is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB63122192-
CMYK0.670.3600.25
HSL212.56º50.59%50%-
HSV(B)212.56º67.19%75.29%-
XYZ18.5218.7852.52-
YUV112.34172.9592.81-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.71%
GREEN value IS 122 (48.05% from 255) = 32.36%
BLUE value IS 192 (75.39% from 255) = 50.93%
R=16.71%
G=32.36%
B=50.93%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal631221920.670.3600.25212.5650.5950
Hex3F7AC04324019d53332
Octal77172300103440313256362
Binary111111111101011000000100001110010001100111010101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,122,192); }

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

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

 a { background-color: rgb(63,122,192); }

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

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

 span { border-color: rgb(63,122,192); }

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