Html Css Color HEX #228994 Java

📋 copy color: '#228994'

red 34 ◦ green 137 ◦ blue 148

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

Shades of Java #228994

Tints of Java #228994

RGB

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

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

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

R = 10.66%
G = 42.95%
B = 46.39%

CMYK

 C value IS 0.77

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#228994 (or 0x228994) is known color: Java. HEX triplet: 22, 89 and 94. RGB value is (34,137,148). Sum of RGB (Red+Green+Blue) = 34+137+148=319 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.66% from 319); Green value is 137 (53.91% from 255 or 42.95% from 319); Blue value is 148 (58.20% from 255 or 46.39% from 319); Max value from RGB is 148 - color contains mainly: blue. Hex color #228994 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228994 is #DD766B. Grayscale: #6B6B6B. Windows color (decimal): -14513772 or 9734434. OLE color: 9734434.

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

Color convert

RGB 34 137 148 -
CMYK 0.77 0.07 0 0.42
HSL 185.79º 0.63% 0.36% -
HSV(B) 185.79º 0.77% 0.58% -
XYZ 14.95 20.37 31.16 -
YUV 107.46 150.88 75.61 -
System Red Green Blue C M Y K H S L
Decimal 34 137 148 0.77 0.07 0 0.42 185.79 0.63 0.36
Hex 22 89 94 4D 7 0 2A BA 3F 24
Octal 42 211 224 115 7 0 52 272 77 44
Binary 100010 10001001 10010100 1001101 111 0 101010 10111010 111111 100100

Color Harmonies of #228994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228994

Black with #228994

Text Example


Text Example

White with #228994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228994; }

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

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

background-color css

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

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

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

border-color css

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

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

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