Html Css Color HEX #219283 Java

📋 copy color: '#219283'

red 33 ◦ green 146 ◦ blue 131

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

Shades of Java #219283

Tints of Java #219283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 42.26%

R = 10.65%
G = 47.1%
B = 42.26%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#219283 (or 0x219283) is known color: Java. HEX triplet: 21, 92 and 83. RGB value is (33,146,131). Sum of RGB (Red+Green+Blue) = 33+146+131=310 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.65% from 310); Green value is 146 (57.42% from 255 or 47.10% from 310); Blue value is 131 (51.56% from 255 or 42.26% from 310); Max value from RGB is 146 - color contains mainly: green. Hex color #219283 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219283 is #DE6D7C. Grayscale: #6E6E6E. Windows color (decimal): -14577021 or 8622625. OLE color: 8622625.

HSL color Cylindrical-coordinate representation of color #219283: hue angle of 172.04º 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 #219283 is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB 33 146 131 -
CMYK 0.77 0 0.10 0.43
HSL 172.04º 0.63% 0.35% -
HSV(B) 172.04º 0.77% 0.57% -
XYZ 15 22.52 25.03 -
YUV 110.5 139.56 72.72 -
System Red Green Blue C M Y K H S L
Decimal 33 146 131 0.77 0 0.10 0.43 172.04 0.63 0.35
Hex 21 92 83 4D 0 A 2B AC 3F 23
Octal 41 222 203 115 0 12 53 254 77 43
Binary 100001 10010010 10000011 1001101 0 1010 101011 10101100 111111 100011

Color Harmonies of #219283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219283

Black with #219283

Text Example


Text Example

White with #219283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219283; }

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

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

background-color css

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

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

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

border-color css

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

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

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