Html Css Color HEX #368290 Jelly Bean

📋 copy color: '#368290'

red 54 ◦ green 130 ◦ blue 144

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

Shades of Jelly Bean #368290

Tints of Jelly Bean #368290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 43.9%

R = 16.46%
G = 39.63%
B = 43.9%

CMYK

 C value IS 0.63

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#368290 (or 0x368290) is known color: Jelly Bean. HEX triplet: 36, 82 and 90. RGB value is (54,130,144). Sum of RGB (Red+Green+Blue) = 54+130+144=328 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.46% from 328); Green value is 130 (51.17% from 255 or 39.63% from 328); Blue value is 144 (56.64% from 255 or 43.90% from 328); Max value from RGB is 144 - color contains mainly: blue. Hex color #368290 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368290 is #C97D6F. Grayscale: #6C6C6C. Windows color (decimal): -13204848 or 9470518. OLE color: 9470518.

HSL color Cylindrical-coordinate representation of color #368290: hue angle of 189.33º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #368290 is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 54 130 144 -
CMYK 0.63 0.10 0 0.44
HSL 189.33º 0.45% 0.39% -
HSV(B) 189.33º 0.63% 0.56% -
XYZ 14.54 18.76 29.24 -
YUV 108.87 147.82 88.86 -
System Red Green Blue C M Y K H S L
Decimal 54 130 144 0.63 0.10 0 0.44 189.33 0.45 0.39
Hex 36 82 90 3F A 0 2C BD 2D 27
Octal 66 202 220 77 12 0 54 275 55 47
Binary 110110 10000010 10010000 111111 1010 0 101100 10111101 101101 100111

Color Harmonies of #368290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368290

Black with #368290

Text Example


Text Example

White with #368290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368290; }

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

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

background-color css

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

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

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

border-color css

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

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

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