#367B8D

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

Shades of Jelly Bean #367B8D

Tints of Jelly Bean #367B8D

Color information

#367B8D (or 0x367B8D) is unknown color: approx Jelly Bean. HEX triplet: 36, 7B and 8D. RGB value is (54,123,141). Sum of RGB (Red+Green+Blue) = 54+123+141=318 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.98% from 318); Green value is 123 (48.44% from 255 or 38.68% from 318); Blue value is 141 (55.47% from 255 or 44.34% from 318); Max value from RGB is 141 - color contains mainly: blue. Hex color #367B8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367B8D is #C98472. Grayscale: #686868. Windows color (decimal): -13206643 or 9272118. OLE color: 9272118.

HSL color Cylindrical-coordinate representation of color #367B8D: hue angle of 192.41º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #367B8D is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB54123141-
CMYK0.620.1300.45
HSL192.41º44.62%38.24%-
HSV(B)192.41º61.7%55.29%-
XYZ13.4116.8727.75-
YUV104.42148.6492.04-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.98%
GREEN value IS 123 (48.44% from 255) = 38.68%
BLUE value IS 141 (55.47% from 255) = 44.34%
R=16.98%
G=38.68%
B=44.34%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal541231410.620.1300.45192.4144.6238.24
Hex367B8D3ED02Dc02d26
Octal6617321576150553005546
Binary1101101111011100011011111101101010110111000000101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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