Html Css Color HEX #378189 Paradiso

📋 copy color: '#378189'

red 55 ◦ green 129 ◦ blue 137

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

Shades of Paradiso #378189

Tints of Paradiso #378189

RGB

 RED value IS 55 (21.88% from 255) = 17.13%

 GREEN value IS 129 (50.78% from 255) = 40.19%

 BLUE value IS 137 (53.91% from 255) = 42.68%

R = 17.13%
G = 40.19%
B = 42.68%

CMYK

 C value IS 0.60

 M value IS 0.06

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#378189 (or 0x378189) is known color: Paradiso. HEX triplet: 37, 81 and 89. RGB value is (55,129,137). Sum of RGB (Red+Green+Blue) = 55+129+137=321 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.13% from 321); Green value is 129 (50.78% from 255 or 40.19% from 321); Blue value is 137 (53.91% from 255 or 42.68% from 321); Max value from RGB is 137 - color contains mainly: blue. Hex color #378189 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378189 is #C87E76. Grayscale: #6B6B6B. Windows color (decimal): -13139575 or 9011511. OLE color: 9011511.

HSL color Cylindrical-coordinate representation of color #378189: hue angle of 185.85º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #378189 is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 55 129 137 -
CMYK 0.60 0.06 0 0.46
HSL 185.85º 0.43% 0.38% -
HSV(B) 185.85º 0.6% 0.54% -
XYZ 13.94 18.32 26.47 -
YUV 107.79 144.48 90.35 -
System Red Green Blue C M Y K H S L
Decimal 55 129 137 0.60 0.06 0 0.46 185.85 0.43 0.38
Hex 37 81 89 3C 6 0 2E BA 2B 26
Octal 67 201 211 74 6 0 56 272 53 46
Binary 110111 10000001 10001001 111100 110 0 101110 10111010 101011 100110

Color Harmonies of #378189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378189

Black with #378189

Text Example


Text Example

White with #378189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378189; }

 p { color: rgb(55,129,137); }

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

background-color css

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

 a { background-color: rgb(55,129,137); }

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

border-color css

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

 span { border-color: rgb(55,129,137); }

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