Html Css Color HEX #219382 Java

📋 copy color: '#219382'

red 33 ◦ green 147 ◦ blue 130

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

Shades of Java #219382

Tints of Java #219382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 41.94%

R = 10.65%
G = 47.42%
B = 41.94%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#219382 (or 0x219382) is known color: Java. HEX triplet: 21, 93 and 82. RGB value is (33,147,130). Sum of RGB (Red+Green+Blue) = 33+147+130=310 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.65% from 310); Green value is 147 (57.81% from 255 or 47.42% from 310); Blue value is 130 (51.17% from 255 or 41.94% from 310); Max value from RGB is 147 - color contains mainly: green. Hex color #219382 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219382 is #DE6C7D. Grayscale: #6E6E6E. Windows color (decimal): -14576766 or 8557345. OLE color: 8557345.

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

Color convert

RGB 33 147 130 -
CMYK 0.78 0 0.12 0.42
HSL 171.05º 0.63% 0.35% -
HSV(B) 171.05º 0.78% 0.58% -
XYZ 15.09 22.8 24.73 -
YUV 110.98 138.73 72.38 -
System Red Green Blue C M Y K H S L
Decimal 33 147 130 0.78 0 0.12 0.42 171.05 0.63 0.35
Hex 21 93 82 4E 0 C 2A AB 3F 23
Octal 41 223 202 116 0 14 52 253 77 43
Binary 100001 10010011 10000010 1001110 0 1100 101010 10101011 111111 100011

Color Harmonies of #219382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219382

Black with #219382

Text Example


Text Example

White with #219382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219382; }

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

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

background-color css

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

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

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

border-color css

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

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

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