Html Css Color HEX #378089 Paradiso

📋 copy color: '#378089'

red 55 ◦ green 128 ◦ blue 137

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

Shades of Paradiso #378089

Tints of Paradiso #378089

RGB

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

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

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

R = 17.19%
G = 40%
B = 42.81%

CMYK

 C value IS 0.60

 M value IS 0.07

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#378089 (or 0x378089) is known color: Paradiso. HEX triplet: 37, 80 and 89. RGB value is (55,128,137). Sum of RGB (Red+Green+Blue) = 55+128+137=320 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.19% from 320); Green value is 128 (50.39% from 255 or 40% from 320); Blue value is 137 (53.91% from 255 or 42.81% from 320); Max value from RGB is 137 - color contains mainly: blue. Hex color #378089 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378089 is #C87F76. Grayscale: #6B6B6B. Windows color (decimal): -13139831 or 9011255. OLE color: 9011255.

HSL color Cylindrical-coordinate representation of color #378089: hue angle of 186.59º 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 #378089 is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 55 128 137 -
CMYK 0.60 0.07 0 0.46
HSL 186.59º 0.43% 0.38% -
HSV(B) 186.59º 0.6% 0.54% -
XYZ 13.81 18.06 26.42 -
YUV 107.2 144.82 90.77 -
System Red Green Blue C M Y K H S L
Decimal 55 128 137 0.60 0.07 0 0.46 186.59 0.43 0.38
Hex 37 80 89 3C 7 0 2E BB 2B 26
Octal 67 200 211 74 7 0 56 273 53 46
Binary 110111 10000000 10001001 111100 111 0 101110 10111011 101011 100110

Color Harmonies of #378089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378089

Black with #378089

Text Example


Text Example

White with #378089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378089; }

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

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

background-color css

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

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

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

border-color css

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

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

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