Html Css Color HEX #368192 Jelly Bean

📋 copy color: '#368192'

red 54 ◦ green 129 ◦ blue 146

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

Shades of Jelly Bean #368192

Tints of Jelly Bean #368192

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.21%

 BLUE value IS 146 (57.42% from 255) = 44.38%

R = 16.41%
G = 39.21%
B = 44.38%

CMYK

 C value IS 0.63

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#368192 (or 0x368192) is known color: Jelly Bean. HEX triplet: 36, 81 and 92. RGB value is (54,129,146). Sum of RGB (Red+Green+Blue) = 54+129+146=329 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.41% from 329); Green value is 129 (50.78% from 255 or 39.21% from 329); Blue value is 146 (57.42% from 255 or 44.38% from 329); Max value from RGB is 146 - color contains mainly: blue. Hex color #368192 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368192 is #C97E6D. Grayscale: #6C6C6C. Windows color (decimal): -13205102 or 9601334. OLE color: 9601334.

HSL color Cylindrical-coordinate representation of color #368192: hue angle of 191.09º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #368192 is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 54 129 146 -
CMYK 0.63 0.12 0 0.43
HSL 191.09º 0.46% 0.39% -
HSV(B) 191.09º 0.63% 0.57% -
XYZ 14.56 18.56 30.01 -
YUV 108.51 149.15 89.12 -
System Red Green Blue C M Y K H S L
Decimal 54 129 146 0.63 0.12 0 0.43 191.09 0.46 0.39
Hex 36 81 92 3F C 0 2B BF 2E 27
Octal 66 201 222 77 14 0 53 277 56 47
Binary 110110 10000001 10010010 111111 1100 0 101011 10111111 101110 100111

Color Harmonies of #368192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368192

Black with #368192

Text Example


Text Example

White with #368192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368192; }

 p { color: rgb(54,129,146); }

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

background-color css

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

 a { background-color: rgb(54,129,146); }

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

border-color css

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

 span { border-color: rgb(54,129,146); }

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