Html Css Color HEX #228591 Java

📋 copy color: '#228591'

red 34 ◦ green 133 ◦ blue 145

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

Shades of Java #228591

Tints of Java #228591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 46.47%

R = 10.9%
G = 42.63%
B = 46.47%

CMYK

 C value IS 0.77

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#228591 (or 0x228591) is known color: Java. HEX triplet: 22, 85 and 91. RGB value is (34,133,145). Sum of RGB (Red+Green+Blue) = 34+133+145=312 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.90% from 312); Green value is 133 (52.34% from 255 or 42.63% from 312); Blue value is 145 (57.03% from 255 or 46.47% from 312); Max value from RGB is 145 - color contains mainly: blue. Hex color #228591 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228591 is #DD7A6E. Grayscale: #686868. Windows color (decimal): -14514799 or 9536802. OLE color: 9536802.

HSL color Cylindrical-coordinate representation of color #228591: hue angle of 186.49º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #228591 is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 34 133 145 -
CMYK 0.77 0.08 0 0.43
HSL 186.49º 0.62% 0.35% -
HSV(B) 186.49º 0.77% 0.57% -
XYZ 14.16 19.16 29.74 -
YUV 104.77 150.7 77.52 -
System Red Green Blue C M Y K H S L
Decimal 34 133 145 0.77 0.08 0 0.43 186.49 0.62 0.35
Hex 22 85 91 4D 8 0 2B BA 3E 23
Octal 42 205 221 115 10 0 53 272 76 43
Binary 100010 10000101 10010001 1001101 1000 0 101011 10111010 111110 100011

Color Harmonies of #228591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228591

Black with #228591

Text Example


Text Example

White with #228591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228591; }

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

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

background-color css

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

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

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

border-color css

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

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

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