Html Css Color HEX #228A98 Java

📋 copy color: '#228A98'

red 34 ◦ green 138 ◦ blue 152

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

Shades of Java #228A98

Tints of Java #228A98

RGB

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

 GREEN value IS 138 (54.3% from 255) = 42.59%

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

R = 10.49%
G = 42.59%
B = 46.91%

CMYK

 C value IS 0.78

 M value IS 0.09

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#228A98 (or 0x228A98) is known color: Java. HEX triplet: 22, 8A and 98. RGB value is (34,138,152). Sum of RGB (Red+Green+Blue) = 34+138+152=324 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.49% from 324); Green value is 138 (54.30% from 255 or 42.59% from 324); Blue value is 152 (59.77% from 255 or 46.91% from 324); Max value from RGB is 152 - color contains mainly: blue. Hex color #228A98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228A98 is #DD7567. Grayscale: #6C6C6C. Windows color (decimal): -14513512 or 9996834. OLE color: 9996834.

HSL color Cylindrical-coordinate representation of color #228A98: hue angle of 187.12º 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 #228A98 is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 34 138 152 -
CMYK 0.78 0.09 0 0.40
HSL 187.12º 0.63% 0.36% -
HSV(B) 187.12º 0.78% 0.6% -
XYZ 15.42 20.78 32.9 -
YUV 108.5 152.54 74.86 -
System Red Green Blue C M Y K H S L
Decimal 34 138 152 0.78 0.09 0 0.40 187.12 0.63 0.36
Hex 22 8A 98 4E 9 0 28 BB 3F 24
Octal 42 212 230 116 11 0 50 273 77 44
Binary 100010 10001010 10011000 1001110 1001 0 101000 10111011 111111 100100

Color Harmonies of #228A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228A98

Black with #228A98

Text Example


Text Example

White with #228A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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