Html Css Color HEX #348093 Jelly Bean

📋 copy color: '#348093'

red 52 ◦ green 128 ◦ blue 147

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

Shades of Jelly Bean #348093

Tints of Jelly Bean #348093

RGB

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

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

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

R = 15.9%
G = 39.14%
B = 44.95%

CMYK

 C value IS 0.65

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#348093 (or 0x348093) is known color: Jelly Bean. HEX triplet: 34, 80 and 93. RGB value is (52,128,147). Sum of RGB (Red+Green+Blue) = 52+128+147=327 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.90% from 327); Green value is 128 (50.39% from 255 or 39.14% from 327); Blue value is 147 (57.81% from 255 or 44.95% from 327); Max value from RGB is 147 - color contains mainly: blue. Hex color #348093 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348093 is #CB7F6C. Grayscale: #6B6B6B. Windows color (decimal): -13336429 or 9666612. OLE color: 9666612.

HSL color Cylindrical-coordinate representation of color #348093: hue angle of 192º 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 #348093 is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 128 147 -
CMYK 0.65 0.13 0 0.42
HSL 192º 0.48% 0.39% -
HSV(B) 192º 0.65% 0.58% -
XYZ 14.4 18.27 30.37 -
YUV 107.44 150.32 88.46 -
System Red Green Blue C M Y K H S L
Decimal 52 128 147 0.65 0.13 0 0.42 192 0.48 0.39
Hex 34 80 93 41 D 0 2A C0 30 27
Octal 64 200 223 101 15 0 52 300 60 47
Binary 110100 10000000 10010011 1000001 1101 0 101010 11000000 110000 100111

Color Harmonies of #348093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348093

Black with #348093

Text Example


Text Example

White with #348093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348093; }

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

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

background-color css

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

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

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

border-color css

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

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

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