Html Css Color HEX #228590 Java

📋 copy color: '#228590'

red 34 ◦ green 133 ◦ blue 144

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

Shades of Java #228590

Tints of Java #228590

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.77%

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

R = 10.93%
G = 42.77%
B = 46.3%

CMYK

 C value IS 0.76

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#228590 (or 0x228590) is known color: Java. HEX triplet: 22, 85 and 90. RGB value is (34,133,144). Sum of RGB (Red+Green+Blue) = 34+133+144=311 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.93% from 311); Green value is 133 (52.34% from 255 or 42.77% from 311); Blue value is 144 (56.64% from 255 or 46.30% from 311); Max value from RGB is 144 - color contains mainly: blue. Hex color #228590 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228590 is #DD7A6F. Grayscale: #686868. Windows color (decimal): -14514800 or 9471266. OLE color: 9471266.

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

Color convert

RGB 34 133 144 -
CMYK 0.76 0.08 0 0.44
HSL 186º 0.62% 0.35% -
HSV(B) 186º 0.76% 0.56% -
XYZ 14.08 19.13 29.34 -
YUV 104.65 150.2 77.61 -
System Red Green Blue C M Y K H S L
Decimal 34 133 144 0.76 0.08 0 0.44 186 0.62 0.35
Hex 22 85 90 4C 8 0 2C BA 3E 23
Octal 42 205 220 114 10 0 54 272 76 43
Binary 100010 10000101 10010000 1001100 1000 0 101100 10111010 111110 100011

Color Harmonies of #228590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228590

Black with #228590

Text Example


Text Example

White with #228590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228590; }

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

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

background-color css

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

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

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

border-color css

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

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

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