Html Css Color HEX #228491 Java

📋 copy color: '#228491'

red 34 ◦ green 132 ◦ blue 145

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

Shades of Java #228491

Tints of Java #228491

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.44%

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

R = 10.93%
G = 42.44%
B = 46.62%

CMYK

 C value IS 0.77

 M value IS 0.09

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#228491 (or 0x228491) is known color: Java. HEX triplet: 22, 84 and 91. RGB value is (34,132,145). Sum of RGB (Red+Green+Blue) = 34+132+145=311 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.93% from 311); Green value is 132 (51.95% from 255 or 42.44% from 311); Blue value is 145 (57.03% from 255 or 46.62% from 311); Max value from RGB is 145 - color contains mainly: blue. Hex color #228491 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228491 is #DD7B6E. Grayscale: #686868. Windows color (decimal): -14515055 or 9536546. OLE color: 9536546.

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

Color convert

RGB 34 132 145 -
CMYK 0.77 0.09 0 0.43
HSL 187.03º 0.62% 0.35% -
HSV(B) 187.03º 0.77% 0.57% -
XYZ 14.02 18.89 29.69 -
YUV 104.18 151.03 77.94 -
System Red Green Blue C M Y K H S L
Decimal 34 132 145 0.77 0.09 0 0.43 187.03 0.62 0.35
Hex 22 84 91 4D 9 0 2B BB 3E 23
Octal 42 204 221 115 11 0 53 273 76 43
Binary 100010 10000100 10010001 1001101 1001 0 101011 10111011 111110 100011

Color Harmonies of #228491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228491

Black with #228491

Text Example


Text Example

White with #228491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228491; }

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

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

background-color css

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

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

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

border-color css

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

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

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