Html Css Color HEX #309593 Java

📋 copy color: '#309593'

red 48 ◦ green 149 ◦ blue 147

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

Shades of Java #309593

Tints of Java #309593

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.31%

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

R = 13.95%
G = 43.31%
B = 42.73%

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

#309593 (or 0x309593) is known color: Java. HEX triplet: 30, 95 and 93. RGB value is (48,149,147). Sum of RGB (Red+Green+Blue) = 48+149+147=344 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.95% from 344); Green value is 149 (58.59% from 255 or 43.31% from 344); Blue value is 147 (57.81% from 255 or 42.73% from 344); Max value from RGB is 149 - color contains mainly: green. Hex color #309593 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309593 is #CF6A6C. Grayscale: #767676. Windows color (decimal): -13593197 or 9671984. OLE color: 9671984.

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

Color convert

RGB 48 149 147 -
CMYK 0.68 0 0.01 0.42
HSL 178.81º 0.51% 0.39% -
HSV(B) 178.81º 0.68% 0.58% -
XYZ 17.23 24.23 31.37 -
YUV 118.57 144.04 77.66 -
System Red Green Blue C M Y K H S L
Decimal 48 149 147 0.68 0 0.01 0.42 178.81 0.51 0.39
Hex 30 95 93 44 0 1 2A B3 33 27
Octal 60 225 223 104 0 1 52 263 63 47
Binary 110000 10010101 10010011 1000100 0 1 101010 10110011 110011 100111

Color Harmonies of #309593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309593

Black with #309593

Text Example


Text Example

White with #309593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309593; }

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

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

background-color css

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

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

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

border-color css

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

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

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