#3F94C9

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

Shades of Curious Blue #3F94C9

Tints of Curious Blue #3F94C9

Color information

#3F94C9 (or 0x3F94C9) is unknown color: approx Curious Blue. HEX triplet: 3F, 94 and C9. RGB value is (63,148,201). Sum of RGB (Red+Green+Blue) = 63+148+201=412 (54% of max value = 765). Red value is 63 (25% from 255 or 15.29% from 412); Green value is 148 (58.20% from 255 or 35.92% from 412); Blue value is 201 (78.91% from 255 or 48.79% from 412); Max value from RGB is 201 - color contains mainly: blue. Hex color #3F94C9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F94C9 is #C06B36. Grayscale: #808080. Windows color (decimal): -12610359 or 13210687. OLE color: 13210687.

HSL color Cylindrical-coordinate representation of color #3F94C9: hue angle of 203.04º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F94C9 is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB63148201-
CMYK0.690.2600.21
HSL203.04º56.1%51.76%-
HSV(B)203.04º68.66%78.82%-
XYZ23.1826.4559.14-
YUV128.63168.8481.19-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.29%
GREEN value IS 148 (58.20% from 255) = 35.92%
BLUE value IS 201 (78.91% from 255) = 48.79%
R=15.29%
G=35.92%
B=48.79%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal631482010.690.2600.21203.0456.151.76
Hex3F94C9451A015cb3834
Octal77224311105320253137064
Binary111111100101001100100110001011101001010111001011111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F94C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,148,201); }

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

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

 a { background-color: rgb(63,148,201); }

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

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

 span { border-color: rgb(63,148,201); }

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