#367B90

Color #367B90 Jelly Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jelly Bean #367B90

Tints of Jelly Bean #367B90

Color information

#367B90 (or 0x367B90) is unknown color: approx Jelly Bean. HEX triplet: 36, 7B and 90. RGB value is (54,123,144). Sum of RGB (Red+Green+Blue) = 54+123+144=321 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.82% from 321); Green value is 123 (48.44% from 255 or 38.32% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 144 - color contains mainly: blue. Hex color #367B90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367B90 is #C9846F. Grayscale: #686868. Windows color (decimal): -13206640 or 9468726. OLE color: 9468726.

HSL color Cylindrical-coordinate representation of color #367B90: hue angle of 194º 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 #367B90 is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB54123144-
CMYK0.630.1500.44
HSL194º45.45%38.82%-
HSV(B)194º62.5%56.47%-
XYZ13.6416.9628.94-
YUV104.76150.1491.79-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.82%
GREEN value IS 123 (48.44% from 255) = 38.32%
BLUE value IS 144 (56.64% from 255) = 44.86%
R=16.82%
G=38.32%
B=44.86%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal541231440.630.1500.4419445.4538.82
Hex367B903FF02Cc22d27
Octal6617322077170543025547
Binary1101101111011100100001111111111010110011000010101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #367B90;
 }
 .AnyTagClassName
 {
   color: #367B90;
 }
</style>
background-color css

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

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

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

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

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

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