Html Css Color HEX #398088 Paradiso

📋 copy color: '#398088'

red 57 ◦ green 128 ◦ blue 136

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

Shades of Paradiso #398088

Tints of Paradiso #398088

RGB

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

 GREEN value IS 128 (50.39% from 255) = 39.88%

 BLUE value IS 136 (53.52% from 255) = 42.37%

R = 17.76%
G = 39.88%
B = 42.37%

CMYK

 C value IS 0.58

 M value IS 0.06

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#398088 (or 0x398088) is known color: Paradiso. HEX triplet: 39, 80 and 88. RGB value is (57,128,136). Sum of RGB (Red+Green+Blue) = 57+128+136=321 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.76% from 321); Green value is 128 (50.39% from 255 or 39.88% from 321); Blue value is 136 (53.52% from 255 or 42.37% from 321); Max value from RGB is 136 - color contains mainly: blue. Hex color #398088 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398088 is #C67F77. Grayscale: #6B6B6B. Windows color (decimal): -13008760 or 8945721. OLE color: 8945721.

HSL color Cylindrical-coordinate representation of color #398088: hue angle of 186.08º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #398088 is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 57 128 136 -
CMYK 0.58 0.06 0 0.47
HSL 186.08º 0.41% 0.38% -
HSV(B) 186.08º 0.58% 0.53% -
XYZ 13.85 18.09 26.05 -
YUV 107.68 143.98 91.85 -
System Red Green Blue C M Y K H S L
Decimal 57 128 136 0.58 0.06 0 0.47 186.08 0.41 0.38
Hex 39 80 88 3A 6 0 2F BA 29 26
Octal 71 200 210 72 6 0 57 272 51 46
Binary 111001 10000000 10001000 111010 110 0 101111 10111010 101001 100110

Color Harmonies of #398088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398088

Black with #398088

Text Example


Text Example

White with #398088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398088; }

 p { color: rgb(57,128,136); }

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

background-color css

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

 a { background-color: rgb(57,128,136); }

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

border-color css

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

 span { border-color: rgb(57,128,136); }

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