Html Css Color HEX #309B90 Java

📋 copy color: '#309B90'

red 48 ◦ green 155 ◦ blue 144

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

Shades of Java #309B90

Tints of Java #309B90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 41.5%

R = 13.83%
G = 44.67%
B = 41.5%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.07

 K value IS 0.39

RGB Variations

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

Color information

#309B90 (or 0x309B90) is known color: Java. HEX triplet: 30, 9B and 90. RGB value is (48,155,144). Sum of RGB (Red+Green+Blue) = 48+155+144=347 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.83% from 347); Green value is 155 (60.94% from 255 or 44.67% from 347); Blue value is 144 (56.64% from 255 or 41.50% from 347); Max value from RGB is 155 - color contains mainly: green. Hex color #309B90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309B90 is #CF646F. Grayscale: #797979. Windows color (decimal): -13591664 or 9476912. OLE color: 9476912.

HSL color Cylindrical-coordinate representation of color #309B90: hue angle of 173.83º 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 #309B90 is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.39.

Color convert

RGB 48 155 144 -
CMYK 0.69 0 0.07 0.39
HSL 173.83º 0.53% 0.4% -
HSV(B) 173.83º 0.69% 0.61% -
XYZ 17.97 26.08 30.47 -
YUV 121.75 140.55 75.39 -
System Red Green Blue C M Y K H S L
Decimal 48 155 144 0.69 0 0.07 0.39 173.83 0.53 0.4
Hex 30 9B 90 45 0 7 27 AE 35 28
Octal 60 233 220 105 0 7 47 256 65 50
Binary 110000 10011011 10010000 1000101 0 111 100111 10101110 110101 101000

Color Harmonies of #309B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309B90

Black with #309B90

Text Example


Text Example

White with #309B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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