Html Css Color HEX #348091 Jelly Bean

📋 copy color: '#348091'

red 52 ◦ green 128 ◦ blue 145

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

Shades of Jelly Bean #348091

Tints of Jelly Bean #348091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 44.62%

R = 16%
G = 39.38%
B = 44.62%

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

#348091 (or 0x348091) is known color: Jelly Bean. HEX triplet: 34, 80 and 91. RGB value is (52,128,145). Sum of RGB (Red+Green+Blue) = 52+128+145=325 (43% of max value = 765). Red value is 52 (20.70% from 255 or 16% from 325); Green value is 128 (50.39% from 255 or 39.38% from 325); Blue value is 145 (57.03% from 255 or 44.62% from 325); Max value from RGB is 145 - color contains mainly: blue. Hex color #348091 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348091 is #CB7F6E. Grayscale: #6B6B6B. Windows color (decimal): -13336431 or 9535540. OLE color: 9535540.

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

Color convert

RGB 52 128 145 -
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.25 18.21 29.55 -
YUV 107.21 149.32 88.62 -
System Red Green Blue C M Y K H S L
Decimal 52 128 145 0.64 0.12 0 0.43 190.97 0.47 0.39
Hex 34 80 91 40 C 0 2B BF 2F 27
Octal 64 200 221 100 14 0 53 277 57 47
Binary 110100 10000000 10010001 1000000 1100 0 101011 10111111 101111 100111

Color Harmonies of #348091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348091

Black with #348091

Text Example


Text Example

White with #348091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348091; }

 p { color: rgb(52,128,145); }

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

background-color css

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

 a { background-color: rgb(52,128,145); }

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

border-color css

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

 span { border-color: rgb(52,128,145); }

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