Html Css Color HEX #339495 Java

📋 copy color: '#339495'

red 51 ◦ green 148 ◦ blue 149

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

Shades of Java #339495

Tints of Java #339495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 42.82%

R = 14.66%
G = 42.53%
B = 42.82%

CMYK

 C value IS 0.66

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#339495 (or 0x339495) is known color: Java. HEX triplet: 33, 94 and 95. RGB value is (51,148,149). Sum of RGB (Red+Green+Blue) = 51+148+149=348 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.66% from 348); Green value is 148 (58.20% from 255 or 42.53% from 348); Blue value is 149 (58.59% from 255 or 42.82% from 348); Max value from RGB is 149 - color contains mainly: blue. Hex color #339495 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339495 is #CC6B6A. Grayscale: #777777. Windows color (decimal): -13396843 or 9802803. OLE color: 9802803.

HSL color Cylindrical-coordinate representation of color #339495: hue angle of 180.61º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #339495 is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 51 148 149 -
CMYK 0.66 0.01 0 0.42
HSL 180.61º 0.49% 0.39% -
HSV(B) 180.61º 0.66% 0.58% -
XYZ 17.38 24.05 32.16 -
YUV 119.11 144.86 79.42 -
System Red Green Blue C M Y K H S L
Decimal 51 148 149 0.66 0.01 0 0.42 180.61 0.49 0.39
Hex 33 94 95 42 1 0 2A B5 31 27
Octal 63 224 225 102 1 0 52 265 61 47
Binary 110011 10010100 10010101 1000010 1 0 101010 10110101 110001 100111

Color Harmonies of #339495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339495

Black with #339495

Text Example


Text Example

White with #339495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339495; }

 p { color: rgb(51,148,149); }

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

background-color css

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

 a { background-color: rgb(51,148,149); }

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

border-color css

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

 span { border-color: rgb(51,148,149); }

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