Html Css Color HEX #229094 Java

📋 copy color: '#229094'

red 34 ◦ green 144 ◦ blue 148

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

Shades of Java #229094

Tints of Java #229094

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.17%

 BLUE value IS 148 (58.2% from 255) = 45.4%

R = 10.43%
G = 44.17%
B = 45.4%

CMYK

 C value IS 0.77

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#229094 (or 0x229094) is known color: Java. HEX triplet: 22, 90 and 94. RGB value is (34,144,148). Sum of RGB (Red+Green+Blue) = 34+144+148=326 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.43% from 326); Green value is 144 (56.64% from 255 or 44.17% from 326); Blue value is 148 (58.20% from 255 or 45.40% from 326); Max value from RGB is 148 - color contains mainly: blue. Hex color #229094 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229094 is #DD6F6B. Grayscale: #6F6F6F. Windows color (decimal): -14511980 or 9736226. OLE color: 9736226.

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

Color convert

RGB 34 144 148 -
CMYK 0.77 0.03 0 0.42
HSL 182.11º 0.63% 0.36% -
HSV(B) 182.11º 0.77% 0.58% -
XYZ 15.98 22.42 31.5 -
YUV 111.57 148.56 72.67 -
System Red Green Blue C M Y K H S L
Decimal 34 144 148 0.77 0.03 0 0.42 182.11 0.63 0.36
Hex 22 90 94 4D 3 0 2A B6 3F 24
Octal 42 220 224 115 3 0 52 266 77 44
Binary 100010 10010000 10010100 1001101 11 0 101010 10110110 111111 100100

Color Harmonies of #229094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229094

Black with #229094

Text Example


Text Example

White with #229094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #229094; }

 p { color: rgb(34,144,148); }

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

background-color css

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

 a { background-color: rgb(34,144,148); }

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

border-color css

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

 span { border-color: rgb(34,144,148); }

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