Html Css Color HEX #229093 Java

📋 copy color: '#229093'

red 34 ◦ green 144 ◦ blue 147

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

Shades of Java #229093

Tints of Java #229093

RGB

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

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

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

R = 10.46%
G = 44.31%
B = 45.23%

CMYK

 C value IS 0.77

 M value IS 0.02

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#229093 (or 0x229093) is known color: Java. HEX triplet: 22, 90 and 93. RGB value is (34,144,147). Sum of RGB (Red+Green+Blue) = 34+144+147=325 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.46% from 325); Green value is 144 (56.64% from 255 or 44.31% from 325); Blue value is 147 (57.81% from 255 or 45.23% from 325); Max value from RGB is 147 - color contains mainly: blue. Hex color #229093 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229093 is #DD6F6C. Grayscale: #6F6F6F. Windows color (decimal): -14511981 or 9670690. OLE color: 9670690.

HSL color Cylindrical-coordinate representation of color #229093: hue angle of 181.59º 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 #229093 is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 34 144 147 -
CMYK 0.77 0.02 0 0.42
HSL 181.59º 0.62% 0.35% -
HSV(B) 181.59º 0.77% 0.58% -
XYZ 15.9 22.39 31.09 -
YUV 111.45 148.06 72.76 -
System Red Green Blue C M Y K H S L
Decimal 34 144 147 0.77 0.02 0 0.42 181.59 0.62 0.35
Hex 22 90 93 4D 2 0 2A B6 3E 23
Octal 42 220 223 115 2 0 52 266 76 43
Binary 100010 10010000 10010011 1001101 10 0 101010 10110110 111110 100011

Color Harmonies of #229093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229093

Black with #229093

Text Example


Text Example

White with #229093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #229093; }

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

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

background-color css

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

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

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

border-color css

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

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

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