Html Css Color HEX #368097 Jelly Bean

📋 copy color: '#368097'

red 54 ◦ green 128 ◦ blue 151

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

Shades of Jelly Bean #368097

Tints of Jelly Bean #368097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 45.35%

R = 16.22%
G = 38.44%
B = 45.35%

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

#368097 (or 0x368097) is known color: Jelly Bean. HEX triplet: 36, 80 and 97. RGB value is (54,128,151). Sum of RGB (Red+Green+Blue) = 54+128+151=333 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.22% from 333); Green value is 128 (50.39% from 255 or 38.44% from 333); Blue value is 151 (59.38% from 255 or 45.35% from 333); Max value from RGB is 151 - color contains mainly: blue. Hex color #368097 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368097 is #C97F68. Grayscale: #6C6C6C. Windows color (decimal): -13205353 or 9928758. OLE color: 9928758.

HSL color Cylindrical-coordinate representation of color #368097: hue angle of 194.23º 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 #368097 is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 54 128 151 -
CMYK 0.64 0.15 0 0.41
HSL 194.23º 0.47% 0.4% -
HSV(B) 194.23º 0.64% 0.59% -
XYZ 14.83 18.46 32.06 -
YUV 108.5 151.98 89.13 -
System Red Green Blue C M Y K H S L
Decimal 54 128 151 0.64 0.15 0 0.41 194.23 0.47 0.4
Hex 36 80 97 40 F 0 29 C2 2F 28
Octal 66 200 227 100 17 0 51 302 57 50
Binary 110110 10000000 10010111 1000000 1111 0 101001 11000010 101111 101000

Color Harmonies of #368097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368097

Black with #368097

Text Example


Text Example

White with #368097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368097; }

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

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

background-color css

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

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

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

border-color css

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

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

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