Html Css Color HEX #229485 Java

📋 copy color: '#229485'

red 34 ◦ green 148 ◦ blue 133

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

Shades of Java #229485

Tints of Java #229485

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.98%

 BLUE value IS 133 (52.34% from 255) = 42.22%

R = 10.79%
G = 46.98%
B = 42.22%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#229485 (or 0x229485) is known color: Java. HEX triplet: 22, 94 and 85. RGB value is (34,148,133). Sum of RGB (Red+Green+Blue) = 34+148+133=315 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.79% from 315); Green value is 148 (58.20% from 255 or 46.98% from 315); Blue value is 133 (52.34% from 255 or 42.22% from 315); Max value from RGB is 148 - color contains mainly: green. Hex color #229485 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229485 is #DD6B7A. Grayscale: #707070. Windows color (decimal): -14510971 or 8754210. OLE color: 8754210.

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

Color convert

RGB 34 148 133 -
CMYK 0.77 0 0.10 0.42
HSL 172.11º 0.63% 0.36% -
HSV(B) 172.11º 0.77% 0.58% -
XYZ 15.48 23.21 25.85 -
YUV 112.2 139.73 72.22 -
System Red Green Blue C M Y K H S L
Decimal 34 148 133 0.77 0 0.10 0.42 172.11 0.63 0.36
Hex 22 94 85 4D 0 A 2A AC 3F 24
Octal 42 224 205 115 0 12 52 254 77 44
Binary 100010 10010100 10000101 1001101 0 1010 101010 10101100 111111 100100

Color Harmonies of #229485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229485

Black with #229485

Text Example


Text Example

White with #229485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #229485; }

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

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

background-color css

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

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

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

border-color css

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

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

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