Html Css Color HEX #228E94 Java

📋 copy color: '#228E94'

red 34 ◦ green 142 ◦ blue 148

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

Shades of Java #228E94

Tints of Java #228E94

RGB

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

 GREEN value IS 142 (55.86% from 255) = 43.83%

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

R = 10.49%
G = 43.83%
B = 45.68%

CMYK

 C value IS 0.77

 M value IS 0.04

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#228E94 (or 0x228E94) is known color: Java. HEX triplet: 22, 8E and 94. RGB value is (34,142,148). Sum of RGB (Red+Green+Blue) = 34+142+148=324 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.49% from 324); Green value is 142 (55.86% from 255 or 43.83% from 324); Blue value is 148 (58.20% from 255 or 45.68% from 324); Max value from RGB is 148 - color contains mainly: blue. Hex color #228E94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228E94 is #DD716B. Grayscale: #6E6E6E. Windows color (decimal): -14512492 or 9735714. OLE color: 9735714.

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

Color convert

RGB 34 142 148 -
CMYK 0.77 0.04 0 0.42
HSL 183.16º 0.63% 0.36% -
HSV(B) 183.16º 0.77% 0.58% -
XYZ 15.68 21.82 31.4 -
YUV 110.39 149.22 73.51 -
System Red Green Blue C M Y K H S L
Decimal 34 142 148 0.77 0.04 0 0.42 183.16 0.63 0.36
Hex 22 8E 94 4D 4 0 2A B7 3F 24
Octal 42 216 224 115 4 0 52 267 77 44
Binary 100010 10001110 10010100 1001101 100 0 101010 10110111 111111 100100

Color Harmonies of #228E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228E94

Black with #228E94

Text Example


Text Example

White with #228E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228E94; }

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

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

background-color css

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

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

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

border-color css

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

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

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