Html Css Color HEX #228990 Java

📋 copy color: '#228990'

red 34 ◦ green 137 ◦ blue 144

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

Shades of Java #228990

Tints of Java #228990

RGB

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

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

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

R = 10.79%
G = 43.49%
B = 45.71%

CMYK

 C value IS 0.76

 M value IS 0.05

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#228990 (or 0x228990) is known color: Java. HEX triplet: 22, 89 and 90. RGB value is (34,137,144). Sum of RGB (Red+Green+Blue) = 34+137+144=315 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.79% from 315); Green value is 137 (53.91% from 255 or 43.49% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 144 - color contains mainly: blue. Hex color #228990 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228990 is #DD766F. Grayscale: #6A6A6A. Windows color (decimal): -14513776 or 9472290. OLE color: 9472290.

HSL color Cylindrical-coordinate representation of color #228990: hue angle of 183.82º 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 #228990 is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 34 137 144 -
CMYK 0.76 0.05 0 0.44
HSL 183.82º 0.62% 0.35% -
HSV(B) 183.82º 0.76% 0.56% -
XYZ 14.64 20.25 29.52 -
YUV 107 148.88 75.93 -
System Red Green Blue C M Y K H S L
Decimal 34 137 144 0.76 0.05 0 0.44 183.82 0.62 0.35
Hex 22 89 90 4C 5 0 2C B8 3E 23
Octal 42 211 220 114 5 0 54 270 76 43
Binary 100010 10001001 10010000 1001100 101 0 101100 10111000 111110 100011

Color Harmonies of #228990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228990

Black with #228990

Text Example


Text Example

White with #228990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228990; }

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

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

background-color css

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

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

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

border-color css

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

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

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