Html Css Color HEX #378289 Paradiso

📋 copy color: '#378289'

red 55 ◦ green 130 ◦ blue 137

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

Shades of Paradiso #378289

Tints of Paradiso #378289

RGB

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

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

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

R = 17.08%
G = 40.37%
B = 42.55%

CMYK

 C value IS 0.60

 M value IS 0.05

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#378289 (or 0x378289) is known color: Paradiso. HEX triplet: 37, 82 and 89. RGB value is (55,130,137). Sum of RGB (Red+Green+Blue) = 55+130+137=322 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.08% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 137 (53.91% from 255 or 42.55% from 322); Max value from RGB is 137 - color contains mainly: blue. Hex color #378289 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378289 is #C87D76. Grayscale: #6C6C6C. Windows color (decimal): -13139319 or 9011767. OLE color: 9011767.

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

Color convert

RGB 55 130 137 -
CMYK 0.60 0.05 0 0.46
HSL 185.12º 0.43% 0.38% -
HSV(B) 185.12º 0.6% 0.54% -
XYZ 14.07 18.58 26.51 -
YUV 108.37 144.15 89.93 -
System Red Green Blue C M Y K H S L
Decimal 55 130 137 0.60 0.05 0 0.46 185.12 0.43 0.38
Hex 37 82 89 3C 5 0 2E B9 2B 26
Octal 67 202 211 74 5 0 56 271 53 46
Binary 110111 10000010 10001001 111100 101 0 101110 10111001 101011 100110

Color Harmonies of #378289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378289

Black with #378289

Text Example


Text Example

White with #378289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378289; }

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

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

background-color css

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

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

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

border-color css

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

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

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