Html Css Color HEX #357C94 Jelly Bean

📋 copy color: '#357C94'

red 53 ◦ green 124 ◦ blue 148

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

Shades of Jelly Bean #357C94

Tints of Jelly Bean #357C94

RGB

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

 GREEN value IS 124 (48.83% from 255) = 38.15%

 BLUE value IS 148 (58.2% from 255) = 45.54%

R = 16.31%
G = 38.15%
B = 45.54%

CMYK

 C value IS 0.64

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#357C94 (or 0x357C94) is known color: Jelly Bean. HEX triplet: 35, 7C and 94. RGB value is (53,124,148). Sum of RGB (Red+Green+Blue) = 53+124+148=325 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.31% from 325); Green value is 124 (48.83% from 255 or 38.15% from 325); Blue value is 148 (58.20% from 255 or 45.54% from 325); Max value from RGB is 148 - color contains mainly: blue. Hex color #357C94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357C94 is #CA836B. Grayscale: #696969. Windows color (decimal): -13271916 or 9731125. OLE color: 9731125.

HSL color Cylindrical-coordinate representation of color #357C94: hue angle of 195.16º 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 #357C94 is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 124 148 -
CMYK 0.64 0.16 0 0.42
HSL 195.16º 0.47% 0.39% -
HSV(B) 195.16º 0.64% 0.58% -
XYZ 14.02 17.31 30.62 -
YUV 105.51 151.98 90.55 -
System Red Green Blue C M Y K H S L
Decimal 53 124 148 0.64 0.16 0 0.42 195.16 0.47 0.39
Hex 35 7C 94 40 10 0 2A C3 2F 27
Octal 65 174 224 100 20 0 52 303 57 47
Binary 110101 1111100 10010100 1000000 10000 0 101010 11000011 101111 100111

Color Harmonies of #357C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357C94

Black with #357C94

Text Example


Text Example

White with #357C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357C94; }

 p { color: rgb(53,124,148); }

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

background-color css

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

 a { background-color: rgb(53,124,148); }

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

border-color css

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

 span { border-color: rgb(53,124,148); }

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