Html Css Color HEX #368096 Jelly Bean

📋 copy color: '#368096'

red 54 ◦ green 128 ◦ blue 150

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

Shades of Jelly Bean #368096

Tints of Jelly Bean #368096

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.55%

 BLUE value IS 150 (58.98% from 255) = 45.18%

R = 16.27%
G = 38.55%
B = 45.18%

CMYK

 C value IS 0.64

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#368096 (or 0x368096) is known color: Jelly Bean. HEX triplet: 36, 80 and 96. RGB value is (54,128,150). Sum of RGB (Red+Green+Blue) = 54+128+150=332 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.27% from 332); Green value is 128 (50.39% from 255 or 38.55% from 332); Blue value is 150 (58.98% from 255 or 45.18% from 332); Max value from RGB is 150 - color contains mainly: blue. Hex color #368096 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368096 is #C97F69. Grayscale: #6C6C6C. Windows color (decimal): -13205354 or 9863222. OLE color: 9863222.

HSL color Cylindrical-coordinate representation of color #368096: hue angle of 193.75º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #368096 is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 54 128 150 -
CMYK 0.64 0.15 0 0.41
HSL 193.75º 0.47% 0.4% -
HSV(B) 193.75º 0.64% 0.59% -
XYZ 14.75 18.42 31.63 -
YUV 108.38 151.48 89.21 -
System Red Green Blue C M Y K H S L
Decimal 54 128 150 0.64 0.15 0 0.41 193.75 0.47 0.4
Hex 36 80 96 40 F 0 29 C2 2F 28
Octal 66 200 226 100 17 0 51 302 57 50
Binary 110110 10000000 10010110 1000000 1111 0 101001 11000010 101111 101000

Color Harmonies of #368096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368096

Black with #368096

Text Example


Text Example

White with #368096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368096; }

 p { color: rgb(54,128,150); }

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

background-color css

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

 a { background-color: rgb(54,128,150); }

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

border-color css

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

 span { border-color: rgb(54,128,150); }

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