Html Css Color HEX #228992 Java

📋 copy color: '#228992'

red 34 ◦ green 137 ◦ blue 146

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

Shades of Java #228992

Tints of Java #228992

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.22%

 BLUE value IS 146 (57.42% from 255) = 46.06%

R = 10.73%
G = 43.22%
B = 46.06%

CMYK

 C value IS 0.77

 M value IS 0.06

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#228992 (or 0x228992) is known color: Java. HEX triplet: 22, 89 and 92. RGB value is (34,137,146). Sum of RGB (Red+Green+Blue) = 34+137+146=317 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.73% from 317); Green value is 137 (53.91% from 255 or 43.22% from 317); Blue value is 146 (57.42% from 255 or 46.06% from 317); Max value from RGB is 146 - color contains mainly: blue. Hex color #228992 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228992 is #DD766D. Grayscale: #6B6B6B. Windows color (decimal): -14513774 or 9603362. OLE color: 9603362.

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

Color convert

RGB 34 137 146 -
CMYK 0.77 0.06 0 0.43
HSL 184.82º 0.62% 0.35% -
HSV(B) 184.82º 0.77% 0.57% -
XYZ 14.79 20.31 30.33 -
YUV 107.23 149.88 75.77 -
System Red Green Blue C M Y K H S L
Decimal 34 137 146 0.77 0.06 0 0.43 184.82 0.62 0.35
Hex 22 89 92 4D 6 0 2B B9 3E 23
Octal 42 211 222 115 6 0 53 271 76 43
Binary 100010 10001001 10010010 1001101 110 0 101011 10111001 111110 100011

Color Harmonies of #228992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228992

Black with #228992

Text Example


Text Example

White with #228992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228992; }

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

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

background-color css

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

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

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

border-color css

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

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

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