Html Css Color HEX #309791 Java

📋 copy color: '#309791'

red 48 ◦ green 151 ◦ blue 145

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

Shades of Java #309791

Tints of Java #309791

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.9%

 BLUE value IS 145 (57.03% from 255) = 42.15%

R = 13.95%
G = 43.9%
B = 42.15%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#309791 (or 0x309791) is known color: Java. HEX triplet: 30, 97 and 91. RGB value is (48,151,145). Sum of RGB (Red+Green+Blue) = 48+151+145=344 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.95% from 344); Green value is 151 (59.38% from 255 or 43.90% from 344); Blue value is 145 (57.03% from 255 or 42.15% from 344); Max value from RGB is 151 - color contains mainly: green. Hex color #309791 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309791 is #CF686E. Grayscale: #777777. Windows color (decimal): -13592687 or 9541424. OLE color: 9541424.

HSL color Cylindrical-coordinate representation of color #309791: hue angle of 176.5º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #309791 is Cyan = 0.68, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB 48 151 145 -
CMYK 0.68 0 0.04 0.41
HSL 176.5º 0.52% 0.39% -
HSV(B) 176.5º 0.68% 0.59% -
XYZ 17.4 24.81 30.66 -
YUV 119.52 142.38 76.99 -
System Red Green Blue C M Y K H S L
Decimal 48 151 145 0.68 0 0.04 0.41 176.5 0.52 0.39
Hex 30 97 91 44 0 4 29 B1 34 27
Octal 60 227 221 104 0 4 51 261 64 47
Binary 110000 10010111 10010001 1000100 0 100 101001 10110001 110100 100111

Color Harmonies of #309791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309791

Black with #309791

Text Example


Text Example

White with #309791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309791; }

 p { color: rgb(48,151,145); }

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

background-color css

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

 a { background-color: rgb(48,151,145); }

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

border-color css

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

 span { border-color: rgb(48,151,145); }

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