Html Css Color HEX #229286 Java

📋 copy color: '#229286'

red 34 ◦ green 146 ◦ blue 134

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

Shades of Java #229286

Tints of Java #229286

RGB

 RED value IS 34 (13.67% from 255) = 10.83%

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

 BLUE value IS 134 (52.73% from 255) = 42.68%

R = 10.83%
G = 46.5%
B = 42.68%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#229286 (or 0x229286) is known color: Java. HEX triplet: 22, 92 and 86. RGB value is (34,146,134). Sum of RGB (Red+Green+Blue) = 34+146+134=314 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.83% from 314); Green value is 146 (57.42% from 255 or 46.50% from 314); Blue value is 134 (52.73% from 255 or 42.68% from 314); Max value from RGB is 146 - color contains mainly: green. Hex color #229286 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229286 is #DD6D79. Grayscale: #6F6F6F. Windows color (decimal): -14511482 or 8819234. OLE color: 8819234.

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

Color convert

RGB 34 146 134 -
CMYK 0.77 0 0.08 0.43
HSL 173.57º 0.62% 0.35% -
HSV(B) 173.57º 0.77% 0.57% -
XYZ 15.24 22.62 26.12 -
YUV 111.14 140.89 72.98 -
System Red Green Blue C M Y K H S L
Decimal 34 146 134 0.77 0 0.08 0.43 173.57 0.62 0.35
Hex 22 92 86 4D 0 8 2B AE 3E 23
Octal 42 222 206 115 0 10 53 256 76 43
Binary 100010 10010010 10000110 1001101 0 1000 101011 10101110 111110 100011

Color Harmonies of #229286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229286

Black with #229286

Text Example


Text Example

White with #229286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #229286; }

 p { color: rgb(34,146,134); }

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

background-color css

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

 a { background-color: rgb(34,146,134); }

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

border-color css

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

 span { border-color: rgb(34,146,134); }

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