Html Css Color HEX #368288 Paradiso

📋 copy color: '#368288'

red 54 ◦ green 130 ◦ blue 136

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

Shades of Paradiso #368288

Tints of Paradiso #368288

RGB

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

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

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

R = 16.88%
G = 40.63%
B = 42.5%

CMYK

 C value IS 0.60

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#368288 (or 0x368288) is known color: Paradiso. HEX triplet: 36, 82 and 88. RGB value is (54,130,136). Sum of RGB (Red+Green+Blue) = 54+130+136=320 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.88% from 320); Green value is 130 (51.17% from 255 or 40.62% from 320); Blue value is 136 (53.52% from 255 or 42.5% from 320); Max value from RGB is 136 - color contains mainly: blue. Hex color #368288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368288 is #C97D77. Grayscale: #6B6B6B. Windows color (decimal): -13204856 or 8946230. OLE color: 8946230.

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

Color convert

RGB 54 130 136 -
CMYK 0.60 0.04 0 0.47
HSL 184.39º 0.43% 0.37% -
HSV(B) 184.39º 0.6% 0.53% -
XYZ 13.95 18.53 26.13 -
YUV 107.96 143.82 89.51 -
System Red Green Blue C M Y K H S L
Decimal 54 130 136 0.60 0.04 0 0.47 184.39 0.43 0.37
Hex 36 82 88 3C 4 0 2F B8 2B 25
Octal 66 202 210 74 4 0 57 270 53 45
Binary 110110 10000010 10001000 111100 100 0 101111 10111000 101011 100101

Color Harmonies of #368288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368288

Black with #368288

Text Example


Text Example

White with #368288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368288; }

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

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

background-color css

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

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

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

border-color css

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

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

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