Html Css Color HEX #219399 Java

📋 copy color: '#219399'

red 33 ◦ green 147 ◦ blue 153

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

Shades of Java #219399

Tints of Java #219399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 45.95%

R = 9.91%
G = 44.14%
B = 45.95%

CMYK

 C value IS 0.78

 M value IS 0.04

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#219399 (or 0x219399) is known color: Java. HEX triplet: 21, 93 and 99. RGB value is (33,147,153). Sum of RGB (Red+Green+Blue) = 33+147+153=333 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.91% from 333); Green value is 147 (57.81% from 255 or 44.14% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 153 - color contains mainly: blue. Hex color #219399 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219399 is #DE6C66. Grayscale: #717171. Windows color (decimal): -14576743 or 10064673. OLE color: 10064673.

HSL color Cylindrical-coordinate representation of color #219399: hue angle of 183º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #219399 is Cyan = 0.78, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 33 147 153 -
CMYK 0.78 0.04 0 0.4
HSL 183º 0.65% 0.36% -
HSV(B) 183º 0.78% 0.6% -
XYZ 16.81 23.49 33.79 -
YUV 113.6 150.23 70.51 -
System Red Green Blue C M Y K H S L
Decimal 33 147 153 0.78 0.04 0 0.4 183 0.65 0.36
Hex 21 93 99 4E 4 0 28 B7 41 24
Octal 41 223 231 116 4 0 50 267 101 44
Binary 100001 10010011 10011001 1001110 100 0 101000 10110111 1000001 100100

Color Harmonies of #219399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219399

Black with #219399

Text Example


Text Example

White with #219399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219399; }

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

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

background-color css

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

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

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

border-color css

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

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

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