Html Css Color HEX #229894 Java

📋 copy color: '#229894'

red 34 ◦ green 152 ◦ blue 148

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

Shades of Java #229894

Tints of Java #229894

RGB

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

 GREEN value IS 152 (59.77% from 255) = 45.51%

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

R = 10.18%
G = 45.51%
B = 44.31%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#229894 (or 0x229894) is known color: Java. HEX triplet: 22, 98 and 94. RGB value is (34,152,148). Sum of RGB (Red+Green+Blue) = 34+152+148=334 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.18% from 334); Green value is 152 (59.77% from 255 or 45.51% from 334); Blue value is 148 (58.20% from 255 or 44.31% from 334); Max value from RGB is 152 - color contains mainly: green. Hex color #229894 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229894 is #DD676B. Grayscale: #747474. Windows color (decimal): -14509932 or 9738274. OLE color: 9738274.

HSL color Cylindrical-coordinate representation of color #229894: hue angle of 177.97º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #229894 is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB 34 152 148 -
CMYK 0.78 0 0.03 0.40
HSL 177.97º 0.63% 0.36% -
HSV(B) 177.97º 0.78% 0.6% -
XYZ 17.23 24.93 31.92 -
YUV 116.26 145.91 69.33 -
System Red Green Blue C M Y K H S L
Decimal 34 152 148 0.78 0 0.03 0.40 177.97 0.63 0.36
Hex 22 98 94 4E 0 3 28 B2 3F 24
Octal 42 230 224 116 0 3 50 262 77 44
Binary 100010 10011000 10010100 1001110 0 11 101000 10110010 111111 100100

Color Harmonies of #229894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229894

Black with #229894

Text Example


Text Example

White with #229894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #229894; }

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

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

background-color css

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

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

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

border-color css

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

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

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