Html Css Color HEX #44838D Paradiso

📋 copy color: '#44838D'

red 68 ◦ green 131 ◦ blue 141

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

Shades of Paradiso #44838D

Tints of Paradiso #44838D

RGB

 RED value IS 68 (26.95% from 255) = 20%

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

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

R = 20%
G = 38.53%
B = 41.47%

CMYK

 C value IS 0.52

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#44838D (or 0x44838D) is known color: Paradiso. HEX triplet: 44, 83 and 8D. RGB value is (68,131,141). Sum of RGB (Red+Green+Blue) = 68+131+141=340 (45% of max value = 765). Red value is 68 (26.95% from 255 or 20% from 340); Green value is 131 (51.56% from 255 or 38.53% from 340); Blue value is 141 (55.47% from 255 or 41.47% from 340); Max value from RGB is 141 - color contains mainly: blue. Hex color #44838D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44838D is #BB7C72. Grayscale: #717171. Windows color (decimal): -12287091 or 9274180. OLE color: 9274180.

HSL color Cylindrical-coordinate representation of color #44838D: hue angle of 188.22º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #44838D is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 68 131 141 -
CMYK 0.52 0.07 0 0.45
HSL 188.22º 0.35% 0.41% -
HSV(B) 188.22º 0.52% 0.55% -
XYZ 15.31 19.38 28.13 -
YUV 113.3 143.63 95.69 -
System Red Green Blue C M Y K H S L
Decimal 68 131 141 0.52 0.07 0 0.45 188.22 0.35 0.41
Hex 44 83 8D 34 7 0 2D BC 23 29
Octal 104 203 215 64 7 0 55 274 43 51
Binary 1000100 10000011 10001101 110100 111 0 101101 10111100 100011 101001

Color Harmonies of #44838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44838D

Black with #44838D

Text Example


Text Example

White with #44838D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44838D; }

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

 H1.HeaderClassName
 {
   color: #44838D;
 }
 .AnyTagClassName
 {
   color: #44838D;
 }
</style>

background-color css

<style>
 a { background-color: #44838D; }

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

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

border-color css

<style>
 span { border-color: #44838D; }

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

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