Html Css Color HEX #358093 Jelly Bean

📋 copy color: '#358093'

red 53 ◦ green 128 ◦ blue 147

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

Shades of Jelly Bean #358093

Tints of Jelly Bean #358093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 44.82%

R = 16.16%
G = 39.02%
B = 44.82%

CMYK

 C value IS 0.64

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#358093 (or 0x358093) is known color: Jelly Bean. HEX triplet: 35, 80 and 93. RGB value is (53,128,147). Sum of RGB (Red+Green+Blue) = 53+128+147=328 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.16% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 147 (57.81% from 255 or 44.82% from 328); Max value from RGB is 147 - color contains mainly: blue. Hex color #358093 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358093 is #CA7F6C. Grayscale: #6B6B6B. Windows color (decimal): -13270893 or 9666613. OLE color: 9666613.

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

Color convert

RGB 53 128 147 -
CMYK 0.64 0.13 0 0.42
HSL 192.13º 0.47% 0.39% -
HSV(B) 192.13º 0.64% 0.58% -
XYZ 14.45 18.3 30.37 -
YUV 107.74 150.15 88.96 -
System Red Green Blue C M Y K H S L
Decimal 53 128 147 0.64 0.13 0 0.42 192.13 0.47 0.39
Hex 35 80 93 40 D 0 2A C0 2F 27
Octal 65 200 223 100 15 0 52 300 57 47
Binary 110101 10000000 10010011 1000000 1101 0 101010 11000000 101111 100111

Color Harmonies of #358093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358093

Black with #358093

Text Example


Text Example

White with #358093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358093; }

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

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

background-color css

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

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

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

border-color css

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

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

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