Html Css Color HEX #219385 Java

📋 copy color: '#219385'

red 33 ◦ green 147 ◦ blue 133

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

Shades of Java #219385

Tints of Java #219385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 42.49%

R = 10.54%
G = 46.96%
B = 42.49%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#219385 (or 0x219385) is known color: Java. HEX triplet: 21, 93 and 85. RGB value is (33,147,133). Sum of RGB (Red+Green+Blue) = 33+147+133=313 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.54% from 313); Green value is 147 (57.81% from 255 or 46.96% from 313); Blue value is 133 (52.34% from 255 or 42.49% from 313); Max value from RGB is 147 - color contains mainly: green. Hex color #219385 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219385 is #DE6C7A. Grayscale: #6F6F6F. Windows color (decimal): -14576763 or 8753953. OLE color: 8753953.

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

Color convert

RGB 33 147 133 -
CMYK 0.78 0 0.10 0.42
HSL 172.63º 0.63% 0.35% -
HSV(B) 172.63º 0.78% 0.58% -
XYZ 15.29 22.88 25.8 -
YUV 111.32 140.23 72.14 -
System Red Green Blue C M Y K H S L
Decimal 33 147 133 0.78 0 0.10 0.42 172.63 0.63 0.35
Hex 21 93 85 4E 0 A 2A AD 3F 23
Octal 41 223 205 116 0 12 52 255 77 43
Binary 100001 10010011 10000101 1001110 0 1010 101010 10101101 111111 100011

Color Harmonies of #219385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219385

Black with #219385

Text Example


Text Example

White with #219385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219385; }

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

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

background-color css

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

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

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

border-color css

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

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

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