#3D94BC

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

Shades of Curious Blue #3D94BC

Tints of Curious Blue #3D94BC

Color information

#3D94BC (or 0x3D94BC) is unknown color: approx Curious Blue. HEX triplet: 3D, 94 and BC. RGB value is (61,148,188). Sum of RGB (Red+Green+Blue) = 61+148+188=397 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.37% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #3D94BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D94BC is #C26B43. Grayscale: #7E7E7E. Windows color (decimal): -12741444 or 12358717. OLE color: 12358717.

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

Color convert

RGB61148188-
CMYK0.680.2100.26
HSL198.9º51%48.82%-
HSV(B)198.9º67.55%73.73%-
XYZ21.5925.851.42-
YUV126.55162.6881.25-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.37%
GREEN value IS 148 (58.20% from 255) = 37.28%
BLUE value IS 188 (73.83% from 255) = 47.36%
R=15.37%
G=37.28%
B=47.36%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal611481880.680.2100.26198.95148.82
Hex3D94BC441501Ac73331
Octal75224274104250323076361
Binary111101100101001011110010001001010101101011000111110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D94BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,148,188); }

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

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

 a { background-color: rgb(61,148,188); }

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

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

 span { border-color: rgb(61,148,188); }

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