Html Css Color HEX #378385 Paradiso

📋 copy color: '#378385'

red 55 ◦ green 131 ◦ blue 133

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

Shades of Paradiso #378385

Tints of Paradiso #378385

RGB

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

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

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

R = 17.24%
G = 41.07%
B = 41.69%

CMYK

 C value IS 0.59

 M value IS 0.02

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#378385 (or 0x378385) is known color: Paradiso. HEX triplet: 37, 83 and 85. RGB value is (55,131,133). Sum of RGB (Red+Green+Blue) = 55+131+133=319 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.24% from 319); Green value is 131 (51.56% from 255 or 41.07% from 319); Blue value is 133 (52.34% from 255 or 41.69% from 319); Max value from RGB is 133 - color contains mainly: blue. Hex color #378385 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378385 is #C87C7A. Grayscale: #6C6C6C. Windows color (decimal): -13139067 or 8749879. OLE color: 8749879.

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

Color convert

RGB 55 131 133 -
CMYK 0.59 0.02 0 0.48
HSL 181.54º 0.41% 0.37% -
HSV(B) 181.54º 0.59% 0.52% -
XYZ 13.93 18.74 25.07 -
YUV 108.5 141.82 89.84 -
System Red Green Blue C M Y K H S L
Decimal 55 131 133 0.59 0.02 0 0.48 181.54 0.41 0.37
Hex 37 83 85 3B 2 0 30 B6 29 25
Octal 67 203 205 73 2 0 60 266 51 45
Binary 110111 10000011 10000101 111011 10 0 110000 10110110 101001 100101

Color Harmonies of #378385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378385

Black with #378385

Text Example


Text Example

White with #378385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378385; }

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

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

background-color css

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

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

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

border-color css

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

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

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