#3D848B

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

Shades of Paradiso #3D848B

Tints of Paradiso #3D848B

Color information

#3D848B (or 0x3D848B) is unknown color: approx Paradiso. HEX triplet: 3D, 84 and 8B. RGB value is (61,132,139). Sum of RGB (Red+Green+Blue) = 61+132+139=332 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.37% from 332); Green value is 132 (51.95% from 255 or 39.76% from 332); Blue value is 139 (54.69% from 255 or 41.87% from 332); Max value from RGB is 139 - color contains mainly: blue. Hex color #3D848B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D848B is #C27B74. Grayscale: #6F6F6F. Windows color (decimal): -12745589 or 9143357. OLE color: 9143357.

HSL color Cylindrical-coordinate representation of color #3D848B: hue angle of 185.38º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D848B is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB61132139-
CMYK0.560.0500.45
HSL185.38º39%39.22%-
HSV(B)185.38º56.12%54.51%-
XYZ14.8419.3627.38-
YUV111.57143.4891.93-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.37%
GREEN value IS 132 (51.95% from 255) = 39.76%
BLUE value IS 139 (54.69% from 255) = 41.87%
R=18.37%
G=39.76%
B=41.87%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal611321390.560.0500.45185.383939.22
Hex3D848B38502Db92727
Octal752042137050552714747
Binary1111011000010010001011111000101010110110111001100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D848B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,132,139); }

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

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

 a { background-color: rgb(61,132,139); }

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

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

 span { border-color: rgb(61,132,139); }

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