#3D81BE

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

Shades of Curious Blue #3D81BE

Tints of Curious Blue #3D81BE

Color information

#3D81BE (or 0x3D81BE) is unknown color: approx Curious Blue. HEX triplet: 3D, 81 and BE. RGB value is (61,129,190). Sum of RGB (Red+Green+Blue) = 61+129+190=380 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.05% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #3D81BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D81BE is #C27E41. Grayscale: #737373. Windows color (decimal): -12746306 or 12484925. OLE color: 12484925.

HSL color Cylindrical-coordinate representation of color #3D81BE: hue angle of 208.37º 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 #3D81BE is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB61129190-
CMYK0.680.3200.25
HSL208.37º51.39%49.22%-
HSV(B)208.37º67.89%74.51%-
XYZ19.0720.4151.65-
YUV115.62169.9789.04-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.05%
GREEN value IS 129 (50.78% from 255) = 33.95%
BLUE value IS 190 (74.61% from 255) = 50%
R=16.05%
G=33.95%
B=50%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal611291900.680.3200.25208.3751.3949.22
Hex3D81BE4420019d03331
Octal75201276104400313206361
Binary1111011000000110111110100010010000001100111010000110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D81BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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