Html Css Color HEX #398385 Paradiso

📋 copy color: '#398385'

red 57 ◦ green 131 ◦ blue 133

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

Shades of Paradiso #398385

Tints of Paradiso #398385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 41.43%

R = 17.76%
G = 40.81%
B = 41.43%

CMYK

 C value IS 0.57

 M value IS 0.02

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#398385 (or 0x398385) is known color: Paradiso. HEX triplet: 39, 83 and 85. RGB value is (57,131,133). Sum of RGB (Red+Green+Blue) = 57+131+133=321 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.76% from 321); Green value is 131 (51.56% from 255 or 40.81% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 133 - color contains mainly: blue. Hex color #398385 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398385 is #C67C7A. Grayscale: #6D6D6D. Windows color (decimal): -13007995 or 8749881. OLE color: 8749881.

HSL color Cylindrical-coordinate representation of color #398385: hue angle of 181.58º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #398385 is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 57 131 133 -
CMYK 0.57 0.02 0 0.48
HSL 181.58º 0.4% 0.37% -
HSV(B) 181.58º 0.57% 0.52% -
XYZ 14.04 18.8 25.08 -
YUV 109.1 141.48 90.84 -
System Red Green Blue C M Y K H S L
Decimal 57 131 133 0.57 0.02 0 0.48 181.58 0.4 0.37
Hex 39 83 85 39 2 0 30 B6 28 25
Octal 71 203 205 71 2 0 60 266 50 45
Binary 111001 10000011 10000101 111001 10 0 110000 10110110 101000 100101

Color Harmonies of #398385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398385

Black with #398385

Text Example


Text Example

White with #398385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398385; }

 p { color: rgb(57,131,133); }

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

background-color css

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

 a { background-color: rgb(57,131,133); }

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

border-color css

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

 span { border-color: rgb(57,131,133); }

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