Html Css Color HEX #368286 Paradiso

📋 copy color: '#368286'

red 54 ◦ green 130 ◦ blue 134

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

Shades of Paradiso #368286

Tints of Paradiso #368286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 42.14%

R = 16.98%
G = 40.88%
B = 42.14%

CMYK

 C value IS 0.60

 M value IS 0.03

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#368286 (or 0x368286) is known color: Paradiso. HEX triplet: 36, 82 and 86. RGB value is (54,130,134). Sum of RGB (Red+Green+Blue) = 54+130+134=318 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.98% from 318); Green value is 130 (51.17% from 255 or 40.88% from 318); Blue value is 134 (52.73% from 255 or 42.14% from 318); Max value from RGB is 134 - color contains mainly: blue. Hex color #368286 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368286 is #C97D79. Grayscale: #6B6B6B. Windows color (decimal): -13204858 or 8815158. OLE color: 8815158.

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

Color convert

RGB 54 130 134 -
CMYK 0.60 0.03 0 0.47
HSL 183º 0.43% 0.37% -
HSV(B) 183º 0.6% 0.53% -
XYZ 13.81 18.47 25.39 -
YUV 107.73 142.82 89.67 -
System Red Green Blue C M Y K H S L
Decimal 54 130 134 0.60 0.03 0 0.47 183 0.43 0.37
Hex 36 82 86 3C 3 0 2F B7 2B 25
Octal 66 202 206 74 3 0 57 267 53 45
Binary 110110 10000010 10000110 111100 11 0 101111 10110111 101011 100101

Color Harmonies of #368286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368286

Black with #368286

Text Example


Text Example

White with #368286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368286; }

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

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

background-color css

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

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

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

border-color css

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

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

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