#3D838A

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

Shades of Paradiso #3D838A

Tints of Paradiso #3D838A

Color information

#3D838A (or 0x3D838A) is unknown color: approx Paradiso. HEX triplet: 3D, 83 and 8A. RGB value is (61,131,138). Sum of RGB (Red+Green+Blue) = 61+131+138=330 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.48% from 330); Green value is 131 (51.56% from 255 or 39.70% from 330); Blue value is 138 (54.30% from 255 or 41.82% from 330); Max value from RGB is 138 - color contains mainly: blue. Hex color #3D838A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D838A is #C27C75. Grayscale: #6E6E6E. Windows color (decimal): -12745846 or 9077565. OLE color: 9077565.

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

Color convert

RGB61131138-
CMYK0.560.0500.46
HSL185.45º38.69%39.02%-
HSV(B)185.45º55.8%54.12%-
XYZ14.6319.0626.95-
YUV110.87143.3192.43-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.48%
GREEN value IS 131 (51.56% from 255) = 39.70%
BLUE value IS 138 (54.30% from 255) = 41.82%
R=18.48%
G=39.70%
B=41.82%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal611311380.560.0500.46185.4538.6939.02
Hex3D838A38502Eb92727
Octal752032127050562714747
Binary1111011000001110001010111000101010111010111001100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D838A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,131,138); }

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

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

 a { background-color: rgb(61,131,138); }

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

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

 span { border-color: rgb(61,131,138); }

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