#338090

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

Shades of Jelly Bean #338090

Tints of Jelly Bean #338090

Color information

#338090 (or 0x338090) is unknown color: approx Jelly Bean. HEX triplet: 33, 80 and 90. RGB value is (51,128,144). Sum of RGB (Red+Green+Blue) = 51+128+144=323 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.79% from 323); Green value is 128 (50.39% from 255 or 39.63% from 323); Blue value is 144 (56.64% from 255 or 44.58% from 323); Max value from RGB is 144 - color contains mainly: blue. Hex color #338090 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338090 is #CC7F6F. Grayscale: #6A6A6A. Windows color (decimal): -13401968 or 9470003. OLE color: 9470003.

HSL color Cylindrical-coordinate representation of color #338090: hue angle of 190.32º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #338090 is Cyan = 0.65, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB51128144-
CMYK0.650.1100.44
HSL190.32º47.69%38.24%-
HSV(B)190.32º64.58%56.47%-
XYZ14.1218.1629.15-
YUV106.8148.9988.2-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.79%
GREEN value IS 128 (50.39% from 255) = 39.63%
BLUE value IS 144 (56.64% from 255) = 44.58%
R=15.79%
G=39.63%
B=44.58%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal511281440.650.1100.44190.3247.6938.24
Hex33809041B02Cbe3026
Octal63200220101130542766046
Binary110011100000001001000010000011011010110010111110110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338090; }

 p { color: rgb(51,128,144); }

 H1.HeaderClassName
 {
   color: #338090;
 }
 .AnyTagClassName
 {
   color: #338090;
 }
</style>
background-color css

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

 a { background-color: rgb(51,128,144); }

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

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

 span { border-color: rgb(51,128,144); }

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