Html Css Color HEX #309493 Java

📋 copy color: '#309493'

red 48 ◦ green 148 ◦ blue 147

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

Shades of Java #309493

Tints of Java #309493

RGB

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

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

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

R = 13.99%
G = 43.15%
B = 42.86%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#309493 (or 0x309493) is known color: Java. HEX triplet: 30, 94 and 93. RGB value is (48,148,147). Sum of RGB (Red+Green+Blue) = 48+148+147=343 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.99% from 343); Green value is 148 (58.20% from 255 or 43.15% from 343); Blue value is 147 (57.81% from 255 or 42.86% from 343); Max value from RGB is 148 - color contains mainly: green. Hex color #309493 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309493 is #CF6B6C. Grayscale: #757575. Windows color (decimal): -13593453 or 9671728. OLE color: 9671728.

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

Color convert

RGB 48 148 147 -
CMYK 0.68 0 0.01 0.42
HSL 179.4º 0.51% 0.38% -
HSV(B) 179.4º 0.68% 0.58% -
XYZ 17.08 23.91 31.32 -
YUV 117.99 144.37 78.08 -
System Red Green Blue C M Y K H S L
Decimal 48 148 147 0.68 0 0.01 0.42 179.4 0.51 0.38
Hex 30 94 93 44 0 1 2A B3 33 26
Octal 60 224 223 104 0 1 52 263 63 46
Binary 110000 10010100 10010011 1000100 0 1 101010 10110011 110011 100110

Color Harmonies of #309493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309493

Black with #309493

Text Example


Text Example

White with #309493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309493; }

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

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

background-color css

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

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

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

border-color css

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

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

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