Html Css Color HEX #358092 Jelly Bean

📋 copy color: '#358092'

red 53 ◦ green 128 ◦ blue 146

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

Shades of Jelly Bean #358092

Tints of Jelly Bean #358092

RGB

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

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

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

R = 16.21%
G = 39.14%
B = 44.65%

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

#358092 (or 0x358092) is known color: Jelly Bean. HEX triplet: 35, 80 and 92. RGB value is (53,128,146). Sum of RGB (Red+Green+Blue) = 53+128+146=327 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.21% from 327); Green value is 128 (50.39% from 255 or 39.14% from 327); Blue value is 146 (57.42% from 255 or 44.65% from 327); Max value from RGB is 146 - color contains mainly: blue. Hex color #358092 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358092 is #CA7F6D. Grayscale: #6B6B6B. Windows color (decimal): -13270894 or 9601077. OLE color: 9601077.

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

Color convert

RGB 53 128 146 -
CMYK 0.64 0.12 0 0.43
HSL 191.61º 0.47% 0.39% -
HSV(B) 191.61º 0.64% 0.57% -
XYZ 14.38 18.27 29.96 -
YUV 107.63 149.65 89.04 -
System Red Green Blue C M Y K H S L
Decimal 53 128 146 0.64 0.12 0 0.43 191.61 0.47 0.39
Hex 35 80 92 40 C 0 2B C0 2F 27
Octal 65 200 222 100 14 0 53 300 57 47
Binary 110101 10000000 10010010 1000000 1100 0 101011 11000000 101111 100111

Color Harmonies of #358092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358092

Black with #358092

Text Example


Text Example

White with #358092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358092; }

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

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

background-color css

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

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

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

border-color css

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

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

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