Html Css Color HEX #338090 Jelly Bean

📋 copy color: '#338090'

red 51 ◦ green 128 ◦ blue 144

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

Shades of Jelly Bean #338090

Tints of Jelly Bean #338090

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 value IS 0.65

 M value IS 0.11

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#338090 (or 0x338090) is known color: 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

RGB 51 128 144 -
CMYK 0.65 0.11 0 0.44
HSL 190.32º 0.48% 0.38% -
HSV(B) 190.32º 0.65% 0.56% -
XYZ 14.12 18.16 29.15 -
YUV 106.8 148.99 88.2 -
System Red Green Blue C M Y K H S L
Decimal 51 128 144 0.65 0.11 0 0.44 190.32 0.48 0.38
Hex 33 80 90 41 B 0 2C BE 30 26
Octal 63 200 220 101 13 0 54 276 60 46
Binary 110011 10000000 10010000 1000001 1011 0 101100 10111110 110000 100110

Color Harmonies of #338090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338090

Black with #338090

Text Example


Text Example

White with #338090

Text Example


Text Example

HTML Codes & Css Web 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>