Html Css Color HEX #219389 Java

📋 copy color: '#219389'

red 33 ◦ green 147 ◦ blue 137

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

Shades of Java #219389

Tints of Java #219389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 43.22%

R = 10.41%
G = 46.37%
B = 43.22%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#219389 (or 0x219389) is known color: Java. HEX triplet: 21, 93 and 89. RGB value is (33,147,137). Sum of RGB (Red+Green+Blue) = 33+147+137=317 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.41% from 317); Green value is 147 (57.81% from 255 or 46.37% from 317); Blue value is 137 (53.91% from 255 or 43.22% from 317); Max value from RGB is 147 - color contains mainly: green. Hex color #219389 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219389 is #DE6C76. Grayscale: #6F6F6F. Windows color (decimal): -14576759 or 9016097. OLE color: 9016097.

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

Color convert

RGB 33 147 137 -
CMYK 0.78 0 0.07 0.42
HSL 174.74º 0.63% 0.35% -
HSV(B) 174.74º 0.78% 0.58% -
XYZ 15.58 23 27.28 -
YUV 111.77 142.23 71.81 -
System Red Green Blue C M Y K H S L
Decimal 33 147 137 0.78 0 0.07 0.42 174.74 0.63 0.35
Hex 21 93 89 4E 0 7 2A AF 3F 23
Octal 41 223 211 116 0 7 52 257 77 43
Binary 100001 10010011 10001001 1001110 0 111 101010 10101111 111111 100011

Color Harmonies of #219389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219389

Black with #219389

Text Example


Text Example

White with #219389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219389; }

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

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

background-color css

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

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

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

border-color css

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

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

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