Html Css Color HEX #219289 Java

📋 copy color: '#219289'

red 33 ◦ green 146 ◦ blue 137

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

Shades of Java #219289

Tints of Java #219289

RGB

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

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

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

R = 10.44%
G = 46.2%
B = 43.35%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#219289 (or 0x219289) is known color: Java. HEX triplet: 21, 92 and 89. RGB value is (33,146,137). Sum of RGB (Red+Green+Blue) = 33+146+137=316 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.44% from 316); Green value is 146 (57.42% from 255 or 46.20% from 316); Blue value is 137 (53.91% from 255 or 43.35% from 316); Max value from RGB is 146 - color contains mainly: green. Hex color #219289 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219289 is #DE6D76. Grayscale: #6F6F6F. Windows color (decimal): -14577015 or 9015841. OLE color: 9015841.

HSL color Cylindrical-coordinate representation of color #219289: hue angle of 175.22º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #219289 is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB 33 146 137 -
CMYK 0.77 0 0.06 0.43
HSL 175.22º 0.63% 0.35% -
HSV(B) 175.22º 0.77% 0.57% -
XYZ 15.42 22.69 27.23 -
YUV 111.19 142.56 72.23 -
System Red Green Blue C M Y K H S L
Decimal 33 146 137 0.77 0 0.06 0.43 175.22 0.63 0.35
Hex 21 92 89 4D 0 6 2B AF 3F 23
Octal 41 222 211 115 0 6 53 257 77 43
Binary 100001 10010010 10001001 1001101 0 110 101011 10101111 111111 100011

Color Harmonies of #219289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219289

Black with #219289

Text Example


Text Example

White with #219289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219289; }

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

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

background-color css

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

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

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

border-color css

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

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

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