Html Css Color HEX #44838C Paradiso

📋 copy color: '#44838C'

red 68 ◦ green 131 ◦ blue 140

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

Shades of Paradiso #44838C

Tints of Paradiso #44838C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 41.3%

R = 20.06%
G = 38.64%
B = 41.3%

CMYK

 C value IS 0.51

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#44838C (or 0x44838C) is known color: Paradiso. HEX triplet: 44, 83 and 8C. RGB value is (68,131,140). Sum of RGB (Red+Green+Blue) = 68+131+140=339 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.06% from 339); Green value is 131 (51.56% from 255 or 38.64% from 339); Blue value is 140 (55.08% from 255 or 41.30% from 339); Max value from RGB is 140 - color contains mainly: blue. Hex color #44838C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44838C is #BB7C73. Grayscale: #717171. Windows color (decimal): -12287092 or 9208644. OLE color: 9208644.

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

Color convert

RGB 68 131 140 -
CMYK 0.51 0.06 0 0.45
HSL 187.5º 0.35% 0.41% -
HSV(B) 187.5º 0.51% 0.55% -
XYZ 15.23 19.36 27.74 -
YUV 113.19 143.13 95.77 -
System Red Green Blue C M Y K H S L
Decimal 68 131 140 0.51 0.06 0 0.45 187.5 0.35 0.41
Hex 44 83 8C 33 6 0 2D BC 23 29
Octal 104 203 214 63 6 0 55 274 43 51
Binary 1000100 10000011 10001100 110011 110 0 101101 10111100 100011 101001

Color Harmonies of #44838C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44838C

Black with #44838C

Text Example


Text Example

White with #44838C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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