Html Css Color HEX #309691 Java

📋 copy color: '#309691'

red 48 ◦ green 150 ◦ blue 145

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

Shades of Java #309691

Tints of Java #309691

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.73%

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

R = 13.99%
G = 43.73%
B = 42.27%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#309691 (or 0x309691) is known color: Java. HEX triplet: 30, 96 and 91. RGB value is (48,150,145). Sum of RGB (Red+Green+Blue) = 48+150+145=343 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.99% from 343); Green value is 150 (58.98% from 255 or 43.73% from 343); Blue value is 145 (57.03% from 255 or 42.27% from 343); Max value from RGB is 150 - color contains mainly: green. Hex color #309691 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309691 is #CF696E. Grayscale: #767676. Windows color (decimal): -13592943 or 9541168. OLE color: 9541168.

HSL color Cylindrical-coordinate representation of color #309691: hue angle of 177.06º 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 #309691 is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 48 150 145 -
CMYK 0.68 0 0.03 0.41
HSL 177.06º 0.52% 0.39% -
HSV(B) 177.06º 0.68% 0.59% -
XYZ 17.24 24.49 30.61 -
YUV 118.93 142.71 77.41 -
System Red Green Blue C M Y K H S L
Decimal 48 150 145 0.68 0 0.03 0.41 177.06 0.52 0.39
Hex 30 96 91 44 0 3 29 B1 34 27
Octal 60 226 221 104 0 3 51 261 64 47
Binary 110000 10010110 10010001 1000100 0 11 101001 10110001 110100 100111

Color Harmonies of #309691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309691

Black with #309691

Text Example


Text Example

White with #309691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309691; }

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

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

background-color css

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

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

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

border-color css

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

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

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