Html Css Color HEX #229085 Java

📋 copy color: '#229085'

red 34 ◦ green 144 ◦ blue 133

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

Shades of Java #229085

Tints of Java #229085

RGB

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

 GREEN value IS 144 (56.64% from 255) = 46.3%

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

R = 10.93%
G = 46.3%
B = 42.77%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#229085 (or 0x229085) is known color: Java. HEX triplet: 22, 90 and 85. RGB value is (34,144,133). Sum of RGB (Red+Green+Blue) = 34+144+133=311 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.93% from 311); Green value is 144 (56.64% from 255 or 46.30% from 311); Blue value is 133 (52.34% from 255 or 42.77% from 311); Max value from RGB is 144 - color contains mainly: green. Hex color #229085 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229085 is #DD6F7A. Grayscale: #6D6D6D. Windows color (decimal): -14511995 or 8753186. OLE color: 8753186.

HSL color Cylindrical-coordinate representation of color #229085: hue angle of 174º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #229085 is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB 34 144 133 -
CMYK 0.76 0 0.08 0.44
HSL 174º 0.62% 0.35% -
HSV(B) 174º 0.76% 0.56% -
XYZ 14.87 21.98 25.65 -
YUV 109.86 141.06 73.89 -
System Red Green Blue C M Y K H S L
Decimal 34 144 133 0.76 0 0.08 0.44 174 0.62 0.35
Hex 22 90 85 4C 0 8 2C AE 3E 23
Octal 42 220 205 114 0 10 54 256 76 43
Binary 100010 10010000 10000101 1001100 0 1000 101100 10101110 111110 100011

Color Harmonies of #229085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229085

Black with #229085

Text Example


Text Example

White with #229085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #229085; }

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

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

background-color css

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

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

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

border-color css

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

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

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