Html Css Color HEX #3D838D Paradiso

📋 copy color: '#3D838D'

red 61 ◦ green 131 ◦ blue 141

#3D838D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paradiso #3D838D

Tints of Paradiso #3D838D

RGB

 RED value IS 61 (24.22% from 255) = 18.32%

 GREEN value IS 131 (51.56% from 255) = 39.34%

 BLUE value IS 141 (55.47% from 255) = 42.34%

R = 18.32%
G = 39.34%
B = 42.34%

CMYK

 C value IS 0.57

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3D838D (or 0x3D838D) is known color: Paradiso. HEX triplet: 3D, 83 and 8D. RGB value is (61,131,141). Sum of RGB (Red+Green+Blue) = 61+131+141=333 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.32% from 333); Green value is 131 (51.56% from 255 or 39.34% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 141 - color contains mainly: blue. Hex color #3D838D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D838D is #C27C72. Grayscale: #6F6F6F. Windows color (decimal): -12745843 or 9274173. OLE color: 9274173.

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

Color convert

RGB 61 131 141 -
CMYK 0.57 0.07 0 0.45
HSL 187.5º 0.4% 0.4% -
HSV(B) 187.5º 0.57% 0.55% -
XYZ 14.85 19.15 28.11 -
YUV 111.21 144.81 92.19 -
System Red Green Blue C M Y K H S L
Decimal 61 131 141 0.57 0.07 0 0.45 187.5 0.4 0.4
Hex 3D 83 8D 39 7 0 2D BC 28 28
Octal 75 203 215 71 7 0 55 274 50 50
Binary 111101 10000011 10001101 111001 111 0 101101 10111100 101000 101000

Color Harmonies of #3D838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D838D

Black with #3D838D

Text Example


Text Example

White with #3D838D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3D838D;
 }
 .AnyTagClassName
 {
   color: #3D838D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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