Html Css Color HEX #3D838E Paradiso

📋 copy color: '#3D838E'

red 61 ◦ green 131 ◦ blue 142

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

Shades of Paradiso #3D838E

Tints of Paradiso #3D838E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 42.51%

R = 18.26%
G = 39.22%
B = 42.51%

CMYK

 C value IS 0.57

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3D838E (or 0x3D838E) is known color: Paradiso. HEX triplet: 3D, 83 and 8E. RGB value is (61,131,142). Sum of RGB (Red+Green+Blue) = 61+131+142=334 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.26% from 334); Green value is 131 (51.56% from 255 or 39.22% from 334); Blue value is 142 (55.86% from 255 or 42.51% from 334); Max value from RGB is 142 - color contains mainly: blue. Hex color #3D838E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D838E is #C27C71. Grayscale: #6F6F6F. Windows color (decimal): -12745842 or 9339709. OLE color: 9339709.

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

Color convert

RGB 61 131 142 -
CMYK 0.57 0.08 0 0.44
HSL 188.15º 0.4% 0.4% -
HSV(B) 188.15º 0.57% 0.56% -
XYZ 14.92 19.18 28.51 -
YUV 111.32 145.31 92.11 -
System Red Green Blue C M Y K H S L
Decimal 61 131 142 0.57 0.08 0 0.44 188.15 0.4 0.4
Hex 3D 83 8E 39 8 0 2C BC 28 28
Octal 75 203 216 71 10 0 54 274 50 50
Binary 111101 10000011 10001110 111001 1000 0 101100 10111100 101000 101000

Color Harmonies of #3D838E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D838E

Black with #3D838E

Text Example


Text Example

White with #3D838E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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