Html Css Color HEX #229185 Java

📋 copy color: '#229185'

red 34 ◦ green 145 ◦ blue 133

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

Shades of Java #229185

Tints of Java #229185

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.47%

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

R = 10.9%
G = 46.47%
B = 42.63%

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

#229185 (or 0x229185) is known color: Java. HEX triplet: 22, 91 and 85. RGB value is (34,145,133). Sum of RGB (Red+Green+Blue) = 34+145+133=312 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.90% from 312); Green value is 145 (57.03% from 255 or 46.47% from 312); Blue value is 133 (52.34% from 255 or 42.63% from 312); Max value from RGB is 145 - color contains mainly: green. Hex color #229185 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229185 is #DD6E7A. Grayscale: #6E6E6E. Windows color (decimal): -14511739 or 8753442. OLE color: 8753442.

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

Color convert

RGB 34 145 133 -
CMYK 0.77 0 0.08 0.43
HSL 173.51º 0.62% 0.35% -
HSV(B) 173.51º 0.77% 0.57% -
XYZ 15.02 22.28 25.7 -
YUV 110.44 140.73 73.48 -
System Red Green Blue C M Y K H S L
Decimal 34 145 133 0.77 0 0.08 0.43 173.51 0.62 0.35
Hex 22 91 85 4D 0 8 2B AE 3E 23
Octal 42 221 205 115 0 10 53 256 76 43
Binary 100010 10010001 10000101 1001101 0 1000 101011 10101110 111110 100011

Color Harmonies of #229185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229185

Black with #229185

Text Example


Text Example

White with #229185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #229185; }

 p { color: rgb(34,145,133); }

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

background-color css

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

 a { background-color: rgb(34,145,133); }

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

border-color css

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

 span { border-color: rgb(34,145,133); }

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