Html Css Color HEX #309B91 Java

📋 copy color: '#309B91'

red 48 ◦ green 155 ◦ blue 145

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

Shades of Java #309B91

Tints of Java #309B91

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.54%

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

R = 13.79%
G = 44.54%
B = 41.67%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.06

 K value IS 0.39

RGB Variations

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

Color information

#309B91 (or 0x309B91) is known color: Java. HEX triplet: 30, 9B and 91. RGB value is (48,155,145). Sum of RGB (Red+Green+Blue) = 48+155+145=348 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.79% from 348); Green value is 155 (60.94% from 255 or 44.54% from 348); Blue value is 145 (57.03% from 255 or 41.67% from 348); Max value from RGB is 155 - color contains mainly: green. Hex color #309B91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309B91 is #CF646E. Grayscale: #797979. Windows color (decimal): -13591663 or 9542448. OLE color: 9542448.

HSL color Cylindrical-coordinate representation of color #309B91: hue angle of 174.39º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309B91 is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB 48 155 145 -
CMYK 0.69 0 0.06 0.39
HSL 174.39º 0.53% 0.4% -
HSV(B) 174.39º 0.69% 0.61% -
XYZ 18.05 26.12 30.88 -
YUV 121.87 141.05 75.31 -
System Red Green Blue C M Y K H S L
Decimal 48 155 145 0.69 0 0.06 0.39 174.39 0.53 0.4
Hex 30 9B 91 45 0 6 27 AE 35 28
Octal 60 233 221 105 0 6 47 256 65 50
Binary 110000 10011011 10010001 1000101 0 110 100111 10101110 110101 101000

Color Harmonies of #309B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309B91

Black with #309B91

Text Example


Text Example

White with #309B91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309B91; }

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

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

background-color css

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

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

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

border-color css

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

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

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