Html Css Color HEX #219394 Java

📋 copy color: '#219394'

red 33 ◦ green 147 ◦ blue 148

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

Shades of Java #219394

Tints of Java #219394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 45.12%

R = 10.06%
G = 44.82%
B = 45.12%

CMYK

 C value IS 0.78

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#219394 (or 0x219394) is known color: Java. HEX triplet: 21, 93 and 94. RGB value is (33,147,148). Sum of RGB (Red+Green+Blue) = 33+147+148=328 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.06% from 328); Green value is 147 (57.81% from 255 or 44.82% from 328); Blue value is 148 (58.20% from 255 or 45.12% from 328); Max value from RGB is 148 - color contains mainly: blue. Hex color #219394 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219394 is #DE6C6B. Grayscale: #707070. Windows color (decimal): -14576748 or 9736993. OLE color: 9736993.

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

Color convert

RGB 33 147 148 -
CMYK 0.78 0.01 0 0.42
HSL 180.52º 0.64% 0.35% -
HSV(B) 180.52º 0.78% 0.58% -
XYZ 16.41 23.33 31.66 -
YUV 113.03 147.73 70.92 -
System Red Green Blue C M Y K H S L
Decimal 33 147 148 0.78 0.01 0 0.42 180.52 0.64 0.35
Hex 21 93 94 4E 1 0 2A B5 40 23
Octal 41 223 224 116 1 0 52 265 100 43
Binary 100001 10010011 10010100 1001110 1 0 101010 10110101 1000000 100011

Color Harmonies of #219394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219394

Black with #219394

Text Example


Text Example

White with #219394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219394; }

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

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

background-color css

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

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

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

border-color css

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

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

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