Html Css Color HEX #228795 Java

📋 copy color: '#228795'

red 34 ◦ green 135 ◦ blue 149

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

Shades of Java #228795

Tints of Java #228795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 46.86%

R = 10.69%
G = 42.45%
B = 46.86%

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

#228795 (or 0x228795) is known color: Java. HEX triplet: 22, 87 and 95. RGB value is (34,135,149). Sum of RGB (Red+Green+Blue) = 34+135+149=318 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.69% from 318); Green value is 135 (53.12% from 255 or 42.45% from 318); Blue value is 149 (58.59% from 255 or 46.86% from 318); Max value from RGB is 149 - color contains mainly: blue. Hex color #228795 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228795 is #DD786A. Grayscale: #6A6A6A. Windows color (decimal): -14514283 or 9799458. OLE color: 9799458.

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

Color convert

RGB 34 135 149 -
CMYK 0.77 0.09 0 0.42
HSL 187.3º 0.63% 0.36% -
HSV(B) 187.3º 0.77% 0.58% -
XYZ 14.75 19.84 31.49 -
YUV 106.4 152.04 76.36 -
System Red Green Blue C M Y K H S L
Decimal 34 135 149 0.77 0.09 0 0.42 187.3 0.63 0.36
Hex 22 87 95 4D 9 0 2A BB 3F 24
Octal 42 207 225 115 11 0 52 273 77 44
Binary 100010 10000111 10010101 1001101 1001 0 101010 10111011 111111 100100

Color Harmonies of #228795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228795

Black with #228795

Text Example


Text Example

White with #228795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228795; }

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

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

background-color css

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

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

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

border-color css

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

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

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