Html Css Color HEX #367D8E Jelly Bean

📋 copy color: '#367D8E'

red 54 ◦ green 125 ◦ blue 142

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

Shades of Jelly Bean #367D8E

Tints of Jelly Bean #367D8E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.94%

 BLUE value IS 142 (55.86% from 255) = 44.24%

R = 16.82%
G = 38.94%
B = 44.24%

CMYK

 C value IS 0.62

 M value IS 0.12

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#367D8E (or 0x367D8E) is known color: Jelly Bean. HEX triplet: 36, 7D and 8E. RGB value is (54,125,142). Sum of RGB (Red+Green+Blue) = 54+125+142=321 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.82% from 321); Green value is 125 (49.22% from 255 or 38.94% from 321); Blue value is 142 (55.86% from 255 or 44.24% from 321); Max value from RGB is 142 - color contains mainly: blue. Hex color #367D8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367D8E is #C98271. Grayscale: #696969. Windows color (decimal): -13206130 or 9338166. OLE color: 9338166.

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

Color convert

RGB 54 125 142 -
CMYK 0.62 0.12 0 0.44
HSL 191.59º 0.45% 0.38% -
HSV(B) 191.59º 0.62% 0.56% -
XYZ 13.74 17.4 28.23 -
YUV 105.71 148.48 91.12 -
System Red Green Blue C M Y K H S L
Decimal 54 125 142 0.62 0.12 0 0.44 191.59 0.45 0.38
Hex 36 7D 8E 3E C 0 2C C0 2D 26
Octal 66 175 216 76 14 0 54 300 55 46
Binary 110110 1111101 10001110 111110 1100 0 101100 11000000 101101 100110

Color Harmonies of #367D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367D8E

Black with #367D8E

Text Example


Text Example

White with #367D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,125,142); }

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

background-color css

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

 a { background-color: rgb(54,125,142); }

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

border-color css

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

 span { border-color: rgb(54,125,142); }

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