Html Css Color HEX #228390 Java

📋 copy color: '#228390'

red 34 ◦ green 131 ◦ blue 144

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

Shades of Java #228390

Tints of Java #228390

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.39%

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

R = 11%
G = 42.39%
B = 46.6%

CMYK

 C value IS 0.76

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#228390 (or 0x228390) is known color: Java. HEX triplet: 22, 83 and 90. RGB value is (34,131,144). Sum of RGB (Red+Green+Blue) = 34+131+144=309 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.00% from 309); Green value is 131 (51.56% from 255 or 42.39% from 309); Blue value is 144 (56.64% from 255 or 46.60% from 309); Max value from RGB is 144 - color contains mainly: blue. Hex color #228390 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228390 is #DD7C6F. Grayscale: #676767. Windows color (decimal): -14515312 or 9470754. OLE color: 9470754.

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

Color convert

RGB 34 131 144 -
CMYK 0.76 0.09 0 0.44
HSL 187.09º 0.62% 0.35% -
HSV(B) 187.09º 0.76% 0.56% -
XYZ 13.81 18.59 29.25 -
YUV 103.48 150.86 78.44 -
System Red Green Blue C M Y K H S L
Decimal 34 131 144 0.76 0.09 0 0.44 187.09 0.62 0.35
Hex 22 83 90 4C 9 0 2C BB 3E 23
Octal 42 203 220 114 11 0 54 273 76 43
Binary 100010 10000011 10010000 1001100 1001 0 101100 10111011 111110 100011

Color Harmonies of #228390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228390

Black with #228390

Text Example


Text Example

White with #228390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228390; }

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

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

background-color css

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

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

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

border-color css

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

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

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