Html Css Color HEX #358192 Jelly Bean

📋 copy color: '#358192'

red 53 ◦ green 129 ◦ blue 146

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

Shades of Jelly Bean #358192

Tints of Jelly Bean #358192

RGB

 RED value IS 53 (21.09% from 255) = 16.16%

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

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

R = 16.16%
G = 39.33%
B = 44.51%

CMYK

 C value IS 0.64

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#358192 (or 0x358192) is known color: Jelly Bean. HEX triplet: 35, 81 and 92. RGB value is (53,129,146). Sum of RGB (Red+Green+Blue) = 53+129+146=328 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.16% from 328); Green value is 129 (50.78% from 255 or 39.33% from 328); Blue value is 146 (57.42% from 255 or 44.51% from 328); Max value from RGB is 146 - color contains mainly: blue. Hex color #358192 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358192 is #CA7E6D. Grayscale: #6C6C6C. Windows color (decimal): -13270638 or 9601333. OLE color: 9601333.

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

Color convert

RGB 53 129 146 -
CMYK 0.64 0.12 0 0.43
HSL 190.97º 0.47% 0.39% -
HSV(B) 190.97º 0.64% 0.57% -
XYZ 14.51 18.53 30.01 -
YUV 108.21 149.32 88.62 -
System Red Green Blue C M Y K H S L
Decimal 53 129 146 0.64 0.12 0 0.43 190.97 0.47 0.39
Hex 35 81 92 40 C 0 2B BF 2F 27
Octal 65 201 222 100 14 0 53 277 57 47
Binary 110101 10000001 10010010 1000000 1100 0 101011 10111111 101111 100111

Color Harmonies of #358192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358192

Black with #358192

Text Example


Text Example

White with #358192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358192; }

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

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

background-color css

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

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

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

border-color css

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

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

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