Html Css Color HEX #398281 Paradiso

📋 copy color: '#398281'

red 57 ◦ green 130 ◦ blue 129

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

Shades of Paradiso #398281

Tints of Paradiso #398281

RGB

 RED value IS 57 (22.66% from 255) = 18.04%

 GREEN value IS 130 (51.17% from 255) = 41.14%

 BLUE value IS 129 (50.78% from 255) = 40.82%

R = 18.04%
G = 41.14%
B = 40.82%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#398281 (or 0x398281) is known color: Paradiso. HEX triplet: 39, 82 and 81. RGB value is (57,130,129). Sum of RGB (Red+Green+Blue) = 57+130+129=316 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.04% from 316); Green value is 130 (51.17% from 255 or 41.14% from 316); Blue value is 129 (50.78% from 255 or 40.82% from 316); Max value from RGB is 130 - color contains mainly: green. Hex color #398281 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398281 is #C67D7E. Grayscale: #6B6B6B. Windows color (decimal): -13008255 or 8487481. OLE color: 8487481.

HSL color Cylindrical-coordinate representation of color #398281: hue angle of 179.18º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #398281 is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB 57 130 129 -
CMYK 0.56 0 0.01 0.49
HSL 179.18º 0.39% 0.37% -
HSV(B) 179.18º 0.56% 0.51% -
XYZ 13.63 18.42 23.61 -
YUV 108.06 139.82 91.58 -
System Red Green Blue C M Y K H S L
Decimal 57 130 129 0.56 0 0.01 0.49 179.18 0.39 0.37
Hex 39 82 81 38 0 1 31 B3 27 25
Octal 71 202 201 70 0 1 61 263 47 45
Binary 111001 10000010 10000001 111000 0 1 110001 10110011 100111 100101

Color Harmonies of #398281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398281

Black with #398281

Text Example


Text Example

White with #398281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398281; }

 p { color: rgb(57,130,129); }

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

background-color css

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

 a { background-color: rgb(57,130,129); }

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

border-color css

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

 span { border-color: rgb(57,130,129); }

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