Html Css Color HEX #32979A Java

📋 copy color: '#32979A'

red 50 ◦ green 151 ◦ blue 154

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

Shades of Java #32979A

Tints of Java #32979A

RGB

 RED value IS 50 (19.92% from 255) = 14.08%

 GREEN value IS 151 (59.38% from 255) = 42.54%

 BLUE value IS 154 (60.55% from 255) = 43.38%

R = 14.08%
G = 42.54%
B = 43.38%

CMYK

 C value IS 0.68

 M value IS 0.02

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#32979A (or 0x32979A) is known color: Java. HEX triplet: 32, 97 and 9A. RGB value is (50,151,154). Sum of RGB (Red+Green+Blue) = 50+151+154=355 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.08% from 355); Green value is 151 (59.38% from 255 or 42.54% from 355); Blue value is 154 (60.55% from 255 or 43.38% from 355); Max value from RGB is 154 - color contains mainly: blue. Hex color #32979A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32979A is #CD6865. Grayscale: #797979. Windows color (decimal): -13461606 or 10131250. OLE color: 10131250.

HSL color Cylindrical-coordinate representation of color #32979A: hue angle of 181.73º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32979A is Cyan = 0.68, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 50 151 154 -
CMYK 0.68 0.02 0 0.40
HSL 181.73º 0.51% 0.4% -
HSV(B) 181.73º 0.68% 0.6% -
XYZ 18.21 25.14 34.47 -
YUV 121.14 146.54 77.26 -
System Red Green Blue C M Y K H S L
Decimal 50 151 154 0.68 0.02 0 0.40 181.73 0.51 0.4
Hex 32 97 9A 44 2 0 28 B6 33 28
Octal 62 227 232 104 2 0 50 266 63 50
Binary 110010 10010111 10011010 1000100 10 0 101000 10110110 110011 101000

Color Harmonies of #32979A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32979A

Black with #32979A

Text Example


Text Example

White with #32979A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32979A; }

 p { color: rgb(50,151,154); }

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

background-color css

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

 a { background-color: rgb(50,151,154); }

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

border-color css

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

 span { border-color: rgb(50,151,154); }

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