Html Css Color HEX #339993 Java

📋 copy color: '#339993'

red 51 ◦ green 153 ◦ blue 147

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

Shades of Java #339993

Tints of Java #339993

RGB

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

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

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

R = 14.53%
G = 43.59%
B = 41.88%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.04

 K value IS 0.4

RGB Variations

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

Color information

#339993 (or 0x339993) is known color: Java. HEX triplet: 33, 99 and 93. RGB value is (51,153,147). Sum of RGB (Red+Green+Blue) = 51+153+147=351 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.53% from 351); Green value is 153 (60.16% from 255 or 43.59% from 351); Blue value is 147 (57.81% from 255 or 41.88% from 351); Max value from RGB is 153 - color contains mainly: green. Hex color #339993 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339993 is #CC666C. Grayscale: #797979. Windows color (decimal): -13395565 or 9673011. OLE color: 9673011.

HSL color Cylindrical-coordinate representation of color #339993: hue angle of 176.47º 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 #339993 is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.4.

Color convert

RGB 51 153 147 -
CMYK 0.67 0 0.04 0.4
HSL 176.47º 0.5% 0.4% -
HSV(B) 176.47º 0.67% 0.6% -
XYZ 18.02 25.59 31.59 -
YUV 121.82 142.21 77.49 -
System Red Green Blue C M Y K H S L
Decimal 51 153 147 0.67 0 0.04 0.4 176.47 0.5 0.4
Hex 33 99 93 43 0 4 28 B0 32 28
Octal 63 231 223 103 0 4 50 260 62 50
Binary 110011 10011001 10010011 1000011 0 100 101000 10110000 110010 101000

Color Harmonies of #339993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339993

Black with #339993

Text Example


Text Example

White with #339993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339993; }

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

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

background-color css

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

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

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

border-color css

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

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

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