Html Css Color HEX #309597 Java

📋 copy color: '#309597'

red 48 ◦ green 149 ◦ blue 151

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

Shades of Java #309597

Tints of Java #309597

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.82%

 BLUE value IS 151 (59.38% from 255) = 43.39%

R = 13.79%
G = 42.82%
B = 43.39%

CMYK

 C value IS 0.68

 M value IS 0.01

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#309597 (or 0x309597) is known color: Java. HEX triplet: 30, 95 and 97. RGB value is (48,149,151). Sum of RGB (Red+Green+Blue) = 48+149+151=348 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.79% from 348); Green value is 149 (58.59% from 255 or 42.82% from 348); Blue value is 151 (59.38% from 255 or 43.39% from 348); Max value from RGB is 151 - color contains mainly: blue. Hex color #309597 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309597 is #CF6A68. Grayscale: #767676. Windows color (decimal): -13593193 or 9934128. OLE color: 9934128.

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

Color convert

RGB 48 149 151 -
CMYK 0.68 0.01 0 0.41
HSL 181.17º 0.52% 0.39% -
HSV(B) 181.17º 0.68% 0.59% -
XYZ 17.55 24.36 33.05 -
YUV 119.03 146.04 77.34 -
System Red Green Blue C M Y K H S L
Decimal 48 149 151 0.68 0.01 0 0.41 181.17 0.52 0.39
Hex 30 95 97 44 1 0 29 B5 34 27
Octal 60 225 227 104 1 0 51 265 64 47
Binary 110000 10010101 10010111 1000100 1 0 101001 10110101 110100 100111

Color Harmonies of #309597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309597

Black with #309597

Text Example


Text Example

White with #309597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309597; }

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

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

background-color css

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

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

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

border-color css

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

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

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