Html Css Color HEX #228790 Java

📋 copy color: '#228790'

red 34 ◦ green 135 ◦ blue 144

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

Shades of Java #228790

Tints of Java #228790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 46.01%

R = 10.86%
G = 43.13%
B = 46.01%

CMYK

 C value IS 0.76

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#228790 (or 0x228790) is known color: Java. HEX triplet: 22, 87 and 90. RGB value is (34,135,144). Sum of RGB (Red+Green+Blue) = 34+135+144=313 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.86% from 313); Green value is 135 (53.12% from 255 or 43.13% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 144 - color contains mainly: blue. Hex color #228790 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228790 is #DD786F. Grayscale: #696969. Windows color (decimal): -14514288 or 9471778. OLE color: 9471778.

HSL color Cylindrical-coordinate representation of color #228790: hue angle of 184.91º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #228790 is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 34 135 144 -
CMYK 0.76 0.06 0 0.44
HSL 184.91º 0.62% 0.35% -
HSV(B) 184.91º 0.76% 0.56% -
XYZ 14.36 19.68 29.43 -
YUV 105.83 149.54 76.77 -
System Red Green Blue C M Y K H S L
Decimal 34 135 144 0.76 0.06 0 0.44 184.91 0.62 0.35
Hex 22 87 90 4C 6 0 2C B9 3E 23
Octal 42 207 220 114 6 0 54 271 76 43
Binary 100010 10000111 10010000 1001100 110 0 101100 10111001 111110 100011

Color Harmonies of #228790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228790

Black with #228790

Text Example


Text Example

White with #228790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228790; }

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

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

background-color css

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

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

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

border-color css

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

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

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