Html Css Color HEX #229598 Java

📋 copy color: '#229598'

red 34 ◦ green 149 ◦ blue 152

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

Shades of Java #229598

Tints of Java #229598

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.48%

 BLUE value IS 152 (59.77% from 255) = 45.37%

R = 10.15%
G = 44.48%
B = 45.37%

CMYK

 C value IS 0.78

 M value IS 0.02

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#229598 (or 0x229598) is known color: Java. HEX triplet: 22, 95 and 98. RGB value is (34,149,152). Sum of RGB (Red+Green+Blue) = 34+149+152=335 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.15% from 335); Green value is 149 (58.59% from 255 or 44.48% from 335); Blue value is 152 (59.77% from 255 or 45.37% from 335); Max value from RGB is 152 - color contains mainly: blue. Hex color #229598 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229598 is #DD6A67. Grayscale: #727272. Windows color (decimal): -14510696 or 9999650. OLE color: 9999650.

HSL color Cylindrical-coordinate representation of color #229598: hue angle of 181.53º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #229598 is Cyan = 0.78, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 34 149 152 -
CMYK 0.78 0.02 0 0.40
HSL 181.53º 0.63% 0.36% -
HSV(B) 181.53º 0.78% 0.6% -
XYZ 17.07 24.1 33.46 -
YUV 114.96 148.9 70.26 -
System Red Green Blue C M Y K H S L
Decimal 34 149 152 0.78 0.02 0 0.40 181.53 0.63 0.36
Hex 22 95 98 4E 2 0 28 B6 3F 24
Octal 42 225 230 116 2 0 50 266 77 44
Binary 100010 10010101 10011000 1001110 10 0 101000 10110110 111111 100100

Color Harmonies of #229598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229598

Black with #229598

Text Example


Text Example

White with #229598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #229598; }

 p { color: rgb(34,149,152); }

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

background-color css

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

 a { background-color: rgb(34,149,152); }

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

border-color css

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

 span { border-color: rgb(34,149,152); }

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