Html Css Color HEX #229594 Java

📋 copy color: '#229594'

red 34 ◦ green 149 ◦ blue 148

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

Shades of Java #229594

Tints of Java #229594

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.02%

 BLUE value IS 148 (58.2% from 255) = 44.71%

R = 10.27%
G = 45.02%
B = 44.71%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#229594 (or 0x229594) is known color: Java. HEX triplet: 22, 95 and 94. RGB value is (34,149,148). Sum of RGB (Red+Green+Blue) = 34+149+148=331 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.27% from 331); Green value is 149 (58.59% from 255 or 45.02% from 331); Blue value is 148 (58.20% from 255 or 44.71% from 331); Max value from RGB is 149 - color contains mainly: green. Hex color #229594 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229594 is #DD6A6B. Grayscale: #727272. Windows color (decimal): -14510700 or 9737506. OLE color: 9737506.

HSL color Cylindrical-coordinate representation of color #229594: hue angle of 179.48º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #229594 is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 34 149 148 -
CMYK 0.77 0 0.01 0.42
HSL 179.48º 0.63% 0.36% -
HSV(B) 179.48º 0.77% 0.58% -
XYZ 16.75 23.97 31.76 -
YUV 114.5 146.9 70.58 -
System Red Green Blue C M Y K H S L
Decimal 34 149 148 0.77 0 0.01 0.42 179.48 0.63 0.36
Hex 22 95 94 4D 0 1 2A B3 3F 24
Octal 42 225 224 115 0 1 52 263 77 44
Binary 100010 10010101 10010100 1001101 0 1 101010 10110011 111111 100100

Color Harmonies of #229594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229594

Black with #229594

Text Example


Text Example

White with #229594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #229594; }

 p { color: rgb(34,149,148); }

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

background-color css

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

 a { background-color: rgb(34,149,148); }

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

border-color css

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

 span { border-color: rgb(34,149,148); }

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