#3D89B3

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

Shades of Curious Blue #3D89B3

Tints of Curious Blue #3D89B3

Color information

#3D89B3 (or 0x3D89B3) is unknown color: approx Curious Blue. HEX triplet: 3D, 89 and B3. RGB value is (61,137,179). Sum of RGB (Red+Green+Blue) = 61+137+179=377 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.18% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 179 (70.31% from 255 or 47.48% from 377); Max value from RGB is 179 - color contains mainly: blue. Hex color #3D89B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D89B3 is #C2764C. Grayscale: #767676. Windows color (decimal): -12744269 or 11766077. OLE color: 11766077.

HSL color Cylindrical-coordinate representation of color #3D89B3: hue angle of 201.36º 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 #3D89B3 is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB61137179-
CMYK0.660.2300.30
HSL201.36º49.17%47.06%-
HSV(B)201.36º65.92%70.2%-
XYZ19.0122.1445.92-
YUV119.06161.8286.58-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.18%
GREEN value IS 137 (53.91% from 255) = 36.34%
BLUE value IS 179 (70.31% from 255) = 47.48%
R=16.18%
G=36.34%
B=47.48%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal611371790.660.2300.30201.3649.1747.06
Hex3D89B3421701Ec9312f
Octal75211263102270363116157
Binary111101100010011011001110000101011101111011001001110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D89B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,137,179); }

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

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

 a { background-color: rgb(61,137,179); }

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

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

 span { border-color: rgb(61,137,179); }

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