Html Css Color HEX #347D94 Jelly Bean

📋 copy color: '#347D94'

red 52 ◦ green 125 ◦ blue 148

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

Shades of Jelly Bean #347D94

Tints of Jelly Bean #347D94

RGB

 RED value IS 52 (20.7% from 255) = 16%

 GREEN value IS 125 (49.22% from 255) = 38.46%

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

R = 16%
G = 38.46%
B = 45.54%

CMYK

 C value IS 0.65

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#347D94 (or 0x347D94) is known color: Jelly Bean. HEX triplet: 34, 7D and 94. RGB value is (52,125,148). Sum of RGB (Red+Green+Blue) = 52+125+148=325 (43% of max value = 765). Red value is 52 (20.70% from 255 or 16% from 325); Green value is 125 (49.22% from 255 or 38.46% 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 #347D94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347D94 is #CB826B. Grayscale: #696969. Windows color (decimal): -13337196 or 9731380. OLE color: 9731380.

HSL color Cylindrical-coordinate representation of color #347D94: hue angle of 194.38º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #347D94 is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 125 148 -
CMYK 0.65 0.16 0 0.42
HSL 194.38º 0.48% 0.39% -
HSV(B) 194.38º 0.65% 0.58% -
XYZ 14.1 17.54 30.66 -
YUV 105.8 151.82 89.63 -
System Red Green Blue C M Y K H S L
Decimal 52 125 148 0.65 0.16 0 0.42 194.38 0.48 0.39
Hex 34 7D 94 41 10 0 2A C2 30 27
Octal 64 175 224 101 20 0 52 302 60 47
Binary 110100 1111101 10010100 1000001 10000 0 101010 11000010 110000 100111

Color Harmonies of #347D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347D94

Black with #347D94

Text Example


Text Example

White with #347D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347D94; }

 p { color: rgb(52,125,148); }

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

background-color css

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

 a { background-color: rgb(52,125,148); }

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

border-color css

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

 span { border-color: rgb(52,125,148); }

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