#3d80b2

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

Shades of Curious Blue #3D80B2

Tints of Curious Blue #3D80B2

Color information

#3D80B2 (or 0x3D80B2) is unknown color: approx Curious Blue. HEX triplet: 3D, 80 and B2. RGB value is (61,128,178). Sum of RGB (Red+Green+Blue) = 61+128+178=367 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.62% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 178 (69.92% from 255 or 48.50% from 367); Max value from RGB is 178 - color contains mainly: blue. Hex color #3D80B2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D80B2 is #C27F4D. Grayscale: #717171. Windows color (decimal): -12746574 or 11698237. OLE color: 11698237.

HSL color Cylindrical-coordinate representation of color #3D80B2: hue angle of 205.64º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3D80B2 is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB61128178-
CMYK0.660.2800.30
HSL205.64º48.95%46.86%-
HSV(B)205.64º65.73%69.8%-
XYZ17.6819.6444.98-
YUV113.67164.390.43-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.62%
GREEN value IS 128 (50.39% from 255) = 34.88%
BLUE value IS 178 (69.92% from 255) = 48.50%
R=16.62%
G=34.88%
B=48.50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal611281780.660.2800.30205.6448.9546.86
Hex3D80B2421C01Ece312f
Octal75200262102340363166157
Binary111101100000001011001010000101110001111011001110110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3d80b2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,128,178); }

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

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

 a { background-color: rgb(61,128,178); }

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

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

 span { border-color: rgb(61,128,178); }

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