Html Css Color HEX #219386 Java

📋 copy color: '#219386'

red 33 ◦ green 147 ◦ blue 134

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

Shades of Java #219386

Tints of Java #219386

RGB

 RED value IS 33 (13.28% from 255) = 10.51%

 GREEN value IS 147 (57.81% from 255) = 46.82%

 BLUE value IS 134 (52.73% from 255) = 42.68%

R = 10.51%
G = 46.82%
B = 42.68%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#219386 (or 0x219386) is known color: Java. HEX triplet: 21, 93 and 86. RGB value is (33,147,134). Sum of RGB (Red+Green+Blue) = 33+147+134=314 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.51% from 314); Green value is 147 (57.81% from 255 or 46.82% from 314); Blue value is 134 (52.73% from 255 or 42.68% from 314); Max value from RGB is 147 - color contains mainly: green. Hex color #219386 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219386 is #DE6C79. Grayscale: #6F6F6F. Windows color (decimal): -14576762 or 8819489. OLE color: 8819489.

HSL color Cylindrical-coordinate representation of color #219386: hue angle of 173.16º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #219386 is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 33 147 134 -
CMYK 0.78 0 0.09 0.42
HSL 173.16º 0.63% 0.35% -
HSV(B) 173.16º 0.78% 0.58% -
XYZ 15.36 22.91 26.17 -
YUV 111.43 140.73 72.06 -
System Red Green Blue C M Y K H S L
Decimal 33 147 134 0.78 0 0.09 0.42 173.16 0.63 0.35
Hex 21 93 86 4E 0 9 2A AD 3F 23
Octal 41 223 206 116 0 11 52 255 77 43
Binary 100001 10010011 10000110 1001110 0 1001 101010 10101101 111111 100011

Color Harmonies of #219386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219386

Black with #219386

Text Example


Text Example

White with #219386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219386; }

 p { color: rgb(33,147,134); }

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

background-color css

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

 a { background-color: rgb(33,147,134); }

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

border-color css

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

 span { border-color: rgb(33,147,134); }

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