Html Css Color HEX #309392 Java

📋 copy color: '#309392'

red 48 ◦ green 147 ◦ blue 146

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

Shades of Java #309392

Tints of Java #309392

RGB

 RED value IS 48 (19.14% from 255) = 14.08%

 GREEN value IS 147 (57.81% from 255) = 43.11%

 BLUE value IS 146 (57.42% from 255) = 42.82%

R = 14.08%
G = 43.11%
B = 42.82%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#309392 (or 0x309392) is known color: Java. HEX triplet: 30, 93 and 92. RGB value is (48,147,146). Sum of RGB (Red+Green+Blue) = 48+147+146=341 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.08% from 341); Green value is 147 (57.81% from 255 or 43.11% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 147 - color contains mainly: green. Hex color #309392 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309392 is #CF6C6D. Grayscale: #757575. Windows color (decimal): -13593710 or 9605936. OLE color: 9605936.

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

Color convert

RGB 48 147 146 -
CMYK 0.67 0 0.01 0.42
HSL 179.39º 0.51% 0.38% -
HSV(B) 179.39º 0.67% 0.58% -
XYZ 16.84 23.57 30.86 -
YUV 117.29 144.2 78.58 -
System Red Green Blue C M Y K H S L
Decimal 48 147 146 0.67 0 0.01 0.42 179.39 0.51 0.38
Hex 30 93 92 43 0 1 2A B3 33 26
Octal 60 223 222 103 0 1 52 263 63 46
Binary 110000 10010011 10010010 1000011 0 1 101010 10110011 110011 100110

Color Harmonies of #309392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309392

Black with #309392

Text Example


Text Example

White with #309392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309392; }

 p { color: rgb(48,147,146); }

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

background-color css

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

 a { background-color: rgb(48,147,146); }

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

border-color css

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

 span { border-color: rgb(48,147,146); }

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