Html Css Color HEX #228C98 Java

📋 copy color: '#228C98'

red 34 ◦ green 140 ◦ blue 152

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

Shades of Java #228C98

Tints of Java #228C98

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.94%

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

R = 10.43%
G = 42.94%
B = 46.63%

CMYK

 C value IS 0.78

 M value IS 0.08

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#228C98 (or 0x228C98) is known color: Java. HEX triplet: 22, 8C and 98. RGB value is (34,140,152). Sum of RGB (Red+Green+Blue) = 34+140+152=326 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.43% from 326); Green value is 140 (55.08% from 255 or 42.94% from 326); Blue value is 152 (59.77% from 255 or 46.63% from 326); Max value from RGB is 152 - color contains mainly: blue. Hex color #228C98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228C98 is #DD7367. Grayscale: #6D6D6D. Windows color (decimal): -14513000 or 9997346. OLE color: 9997346.

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

Color convert

RGB 34 140 152 -
CMYK 0.78 0.08 0 0.40
HSL 186.1º 0.63% 0.36% -
HSV(B) 186.1º 0.78% 0.6% -
XYZ 15.71 21.36 33 -
YUV 109.67 151.88 74.02 -
System Red Green Blue C M Y K H S L
Decimal 34 140 152 0.78 0.08 0 0.40 186.1 0.63 0.36
Hex 22 8C 98 4E 8 0 28 BA 3F 24
Octal 42 214 230 116 10 0 50 272 77 44
Binary 100010 10001100 10011000 1001110 1000 0 101000 10111010 111111 100100

Color Harmonies of #228C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228C98

Black with #228C98

Text Example


Text Example

White with #228C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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