Html Css Color HEX #219397 Java

📋 copy color: '#219397'

red 33 ◦ green 147 ◦ blue 151

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

Shades of Java #219397

Tints of Java #219397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 45.62%

R = 9.97%
G = 44.41%
B = 45.62%

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

#219397 (or 0x219397) is known color: Java. HEX triplet: 21, 93 and 97. RGB value is (33,147,151). Sum of RGB (Red+Green+Blue) = 33+147+151=331 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.97% from 331); Green value is 147 (57.81% from 255 or 44.41% from 331); Blue value is 151 (59.38% from 255 or 45.62% from 331); Max value from RGB is 151 - color contains mainly: blue. Hex color #219397 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219397 is #DE6C68. Grayscale: #717171. Windows color (decimal): -14576745 or 9933601. OLE color: 9933601.

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

Color convert

RGB 33 147 151 -
CMYK 0.78 0.03 0 0.41
HSL 182.03º 0.64% 0.36% -
HSV(B) 182.03º 0.78% 0.59% -
XYZ 16.65 23.43 32.92 -
YUV 113.37 149.23 70.67 -
System Red Green Blue C M Y K H S L
Decimal 33 147 151 0.78 0.03 0 0.41 182.03 0.64 0.36
Hex 21 93 97 4E 3 0 29 B6 40 24
Octal 41 223 227 116 3 0 51 266 100 44
Binary 100001 10010011 10010111 1001110 11 0 101001 10110110 1000000 100100

Color Harmonies of #219397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219397

Black with #219397

Text Example


Text Example

White with #219397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219397; }

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

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

background-color css

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

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

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

border-color css

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

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

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