Html Css Color HEX #367E88 Paradiso

📋 copy color: '#367E88'

red 54 ◦ green 126 ◦ blue 136

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

Shades of Paradiso #367E88

Tints of Paradiso #367E88

RGB

 RED value IS 54 (21.48% from 255) = 17.09%

 GREEN value IS 126 (49.61% from 255) = 39.87%

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

R = 17.09%
G = 39.87%
B = 43.04%

CMYK

 C value IS 0.60

 M value IS 0.07

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#367E88 (or 0x367E88) is known color: Paradiso. HEX triplet: 36, 7E and 88. RGB value is (54,126,136). Sum of RGB (Red+Green+Blue) = 54+126+136=316 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.09% from 316); Green value is 126 (49.61% from 255 or 39.87% from 316); Blue value is 136 (53.52% from 255 or 43.04% from 316); Max value from RGB is 136 - color contains mainly: blue. Hex color #367E88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367E88 is #C98177. Grayscale: #696969. Windows color (decimal): -13205880 or 8945206. OLE color: 8945206.

HSL color Cylindrical-coordinate representation of color #367E88: hue angle of 187.32º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #367E88 is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 54 126 136 -
CMYK 0.60 0.07 0 0.47
HSL 187.32º 0.43% 0.37% -
HSV(B) 187.32º 0.6% 0.53% -
XYZ 13.43 17.48 25.96 -
YUV 105.61 145.15 91.19 -
System Red Green Blue C M Y K H S L
Decimal 54 126 136 0.60 0.07 0 0.47 187.32 0.43 0.37
Hex 36 7E 88 3C 7 0 2F BB 2B 25
Octal 66 176 210 74 7 0 57 273 53 45
Binary 110110 1111110 10001000 111100 111 0 101111 10111011 101011 100101

Color Harmonies of #367E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367E88

Black with #367E88

Text Example


Text Example

White with #367E88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367E88; }

 p { color: rgb(54,126,136); }

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

background-color css

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

 a { background-color: rgb(54,126,136); }

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

border-color css

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

 span { border-color: rgb(54,126,136); }

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