Html Css Color HEX #339990 Java

📋 copy color: '#339990'

red 51 ◦ green 153 ◦ blue 144

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

Shades of Java #339990

Tints of Java #339990

RGB

 RED value IS 51 (20.31% from 255) = 14.66%

 GREEN value IS 153 (60.16% from 255) = 43.97%

 BLUE value IS 144 (56.64% from 255) = 41.38%

R = 14.66%
G = 43.97%
B = 41.38%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#339990 (or 0x339990) is known color: Java. HEX triplet: 33, 99 and 90. RGB value is (51,153,144). Sum of RGB (Red+Green+Blue) = 51+153+144=348 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.66% from 348); Green value is 153 (60.16% from 255 or 43.97% from 348); Blue value is 144 (56.64% from 255 or 41.38% from 348); Max value from RGB is 153 - color contains mainly: green. Hex color #339990 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339990 is #CC666F. Grayscale: #797979. Windows color (decimal): -13395568 or 9476403. OLE color: 9476403.

HSL color Cylindrical-coordinate representation of color #339990: hue angle of 174.71º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #339990 is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.4.

Color convert

RGB 51 153 144 -
CMYK 0.67 0 0.06 0.4
HSL 174.71º 0.5% 0.4% -
HSV(B) 174.71º 0.67% 0.6% -
XYZ 17.79 25.5 30.37 -
YUV 121.48 140.71 77.73 -
System Red Green Blue C M Y K H S L
Decimal 51 153 144 0.67 0 0.06 0.4 174.71 0.5 0.4
Hex 33 99 90 43 0 6 28 AF 32 28
Octal 63 231 220 103 0 6 50 257 62 50
Binary 110011 10011001 10010000 1000011 0 110 101000 10101111 110010 101000

Color Harmonies of #339990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339990

Black with #339990

Text Example


Text Example

White with #339990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339990; }

 p { color: rgb(51,153,144); }

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

background-color css

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

 a { background-color: rgb(51,153,144); }

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

border-color css

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

 span { border-color: rgb(51,153,144); }

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