#348091

Color #348091 Jelly Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jelly Bean #348091

Tints of Jelly Bean #348091

Color information

#348091 (or 0x348091) is unknown color: approx 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

RGB52128145-
CMYK0.640.1200.43
HSL190.97º47.21%38.63%-
HSV(B)190.97º64.14%56.86%-
XYZ14.2518.2129.55-
YUV107.21149.3288.62-

RGB Variations

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

RGB

RED value IS 52 (20.70% 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 (Cyan) values IS 0.64
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal521281450.640.1200.43190.9747.2138.63
Hex34809140C02Bbf2f27
Octal64200221100140532775747
Binary110100100000001001000110000001100010101110111111101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>