Html Css Color HEX #228794 Java

📋 copy color: '#228794'

red 34 ◦ green 135 ◦ blue 148

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

Shades of Java #228794

Tints of Java #228794

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.59%

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

R = 10.73%
G = 42.59%
B = 46.69%

CMYK

 C value IS 0.77

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#228794 (or 0x228794) is known color: Java. HEX triplet: 22, 87 and 94. RGB value is (34,135,148). Sum of RGB (Red+Green+Blue) = 34+135+148=317 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.73% from 317); Green value is 135 (53.12% from 255 or 42.59% from 317); Blue value is 148 (58.20% from 255 or 46.69% from 317); Max value from RGB is 148 - color contains mainly: blue. Hex color #228794 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228794 is #DD786B. Grayscale: #6A6A6A. Windows color (decimal): -14514284 or 9733922. OLE color: 9733922.

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

Color convert

RGB 34 135 148 -
CMYK 0.77 0.09 0 0.42
HSL 186.84º 0.63% 0.36% -
HSV(B) 186.84º 0.77% 0.58% -
XYZ 14.67 19.81 31.07 -
YUV 106.28 151.54 76.44 -
System Red Green Blue C M Y K H S L
Decimal 34 135 148 0.77 0.09 0 0.42 186.84 0.63 0.36
Hex 22 87 94 4D 9 0 2A BB 3F 24
Octal 42 207 224 115 11 0 52 273 77 44
Binary 100010 10000111 10010100 1001101 1001 0 101010 10111011 111111 100100

Color Harmonies of #228794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228794

Black with #228794

Text Example


Text Example

White with #228794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228794; }

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

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

background-color css

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

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

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

border-color css

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

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

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