Html Css Color HEX #228993 Java

📋 copy color: '#228993'

red 34 ◦ green 137 ◦ blue 147

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

Shades of Java #228993

Tints of Java #228993

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.08%

 BLUE value IS 147 (57.81% from 255) = 46.23%

R = 10.69%
G = 43.08%
B = 46.23%

CMYK

 C value IS 0.77

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#228993 (or 0x228993) is known color: Java. HEX triplet: 22, 89 and 93. RGB value is (34,137,147). Sum of RGB (Red+Green+Blue) = 34+137+147=318 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.69% from 318); Green value is 137 (53.91% from 255 or 43.08% from 318); Blue value is 147 (57.81% from 255 or 46.23% from 318); Max value from RGB is 147 - color contains mainly: blue. Hex color #228993 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228993 is #DD766C. Grayscale: #6B6B6B. Windows color (decimal): -14513773 or 9668898. OLE color: 9668898.

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

Color convert

RGB 34 137 147 -
CMYK 0.77 0.07 0 0.42
HSL 185.31º 0.62% 0.35% -
HSV(B) 185.31º 0.77% 0.58% -
XYZ 14.87 20.34 30.75 -
YUV 107.34 150.38 75.69 -
System Red Green Blue C M Y K H S L
Decimal 34 137 147 0.77 0.07 0 0.42 185.31 0.62 0.35
Hex 22 89 93 4D 7 0 2A B9 3E 23
Octal 42 211 223 115 7 0 52 271 76 43
Binary 100010 10001001 10010011 1001101 111 0 101010 10111001 111110 100011

Color Harmonies of #228993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228993

Black with #228993

Text Example


Text Example

White with #228993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228993; }

 p { color: rgb(34,137,147); }

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

background-color css

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

 a { background-color: rgb(34,137,147); }

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

border-color css

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

 span { border-color: rgb(34,137,147); }

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