Html Css Color HEX #309B9D Java

📋 copy color: '#309B9D'

red 48 ◦ green 155 ◦ blue 157

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

Shades of Java #309B9D

Tints of Java #309B9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 43.61%

R = 13.33%
G = 43.06%
B = 43.61%

CMYK

 C value IS 0.69

 M value IS 0.01

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#309B9D (or 0x309B9D) is known color: Java. HEX triplet: 30, 9B and 9D. RGB value is (48,155,157). Sum of RGB (Red+Green+Blue) = 48+155+157=360 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.33% from 360); Green value is 155 (60.94% from 255 or 43.06% from 360); Blue value is 157 (61.72% from 255 or 43.61% from 360); Max value from RGB is 157 - color contains mainly: blue. Hex color #309B9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309B9D is #CF6462. Grayscale: #7B7B7B. Windows color (decimal): -13591651 or 10328880. OLE color: 10328880.

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

Color convert

RGB 48 155 157 -
CMYK 0.69 0.01 0 0.38
HSL 181.1º 0.53% 0.4% -
HSV(B) 181.1º 0.69% 0.62% -
XYZ 19.03 26.51 36.01 -
YUV 123.24 147.05 74.34 -
System Red Green Blue C M Y K H S L
Decimal 48 155 157 0.69 0.01 0 0.38 181.1 0.53 0.4
Hex 30 9B 9D 45 1 0 26 B5 35 28
Octal 60 233 235 105 1 0 46 265 65 50
Binary 110000 10011011 10011101 1000101 1 0 100110 10110101 110101 101000

Color Harmonies of #309B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309B9D

Black with #309B9D

Text Example


Text Example

White with #309B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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