Html Css Color HEX #219296 Java

📋 copy color: '#219296'

red 33 ◦ green 146 ◦ blue 150

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

Shades of Java #219296

Tints of Java #219296

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.38%

 BLUE value IS 150 (58.98% from 255) = 45.59%

R = 10.03%
G = 44.38%
B = 45.59%

CMYK

 C value IS 0.78

 M value IS 0.03

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#219296 (or 0x219296) is known color: Java. HEX triplet: 21, 92 and 96. RGB value is (33,146,150). Sum of RGB (Red+Green+Blue) = 33+146+150=329 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.03% from 329); Green value is 146 (57.42% from 255 or 44.38% from 329); Blue value is 150 (58.98% from 255 or 45.59% from 329); Max value from RGB is 150 - color contains mainly: blue. Hex color #219296 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219296 is #DE6D69. Grayscale: #707070. Windows color (decimal): -14577002 or 9867809. OLE color: 9867809.

HSL color Cylindrical-coordinate representation of color #219296: hue angle of 182.05º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #219296 is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 33 146 150 -
CMYK 0.78 0.03 0 0.41
HSL 182.05º 0.64% 0.36% -
HSV(B) 182.05º 0.78% 0.59% -
XYZ 16.41 23.08 32.44 -
YUV 112.67 149.06 71.17 -
System Red Green Blue C M Y K H S L
Decimal 33 146 150 0.78 0.03 0 0.41 182.05 0.64 0.36
Hex 21 92 96 4E 3 0 29 B6 40 24
Octal 41 222 226 116 3 0 51 266 100 44
Binary 100001 10010010 10010110 1001110 11 0 101001 10110110 1000000 100100

Color Harmonies of #219296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219296

Black with #219296

Text Example


Text Example

White with #219296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219296; }

 p { color: rgb(33,146,150); }

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

background-color css

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

 a { background-color: rgb(33,146,150); }

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

border-color css

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

 span { border-color: rgb(33,146,150); }

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