#3D96BE

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

Shades of Curious Blue #3D96BE

Tints of Curious Blue #3D96BE

Color information

#3D96BE (or 0x3D96BE) is unknown color: approx Curious Blue. HEX triplet: 3D, 96 and BE. RGB value is (61,150,190). Sum of RGB (Red+Green+Blue) = 61+150+190=401 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.21% from 401); Green value is 150 (58.98% from 255 or 37.41% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 190 - color contains mainly: blue. Hex color #3D96BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D96BE is #C26941. Grayscale: #7F7F7F. Windows color (decimal): -12740930 or 12490301. OLE color: 12490301.

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

Color convert

RGB61150190-
CMYK0.680.2100.25
HSL198.6º51.39%49.22%-
HSV(B)198.6º67.89%74.51%-
XYZ22.1326.5252.67-
YUV127.95163.0180.25-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.21%
GREEN value IS 150 (58.98% from 255) = 37.41%
BLUE value IS 190 (74.61% from 255) = 47.38%
R=15.21%
G=37.41%
B=47.38%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal611501900.680.2100.25198.651.3949.22
Hex3D96BE4415019c73331
Octal75226276104250313076361
Binary111101100101101011111010001001010101100111000111110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D96BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,150,190); }

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

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

 a { background-color: rgb(61,150,190); }

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

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

 span { border-color: rgb(61,150,190); }

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