Html Css Color HEX #309899 Java

📋 copy color: '#309899'

red 48 ◦ green 152 ◦ blue 153

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

Shades of Java #309899

Tints of Java #309899

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.06%

 BLUE value IS 153 (60.16% from 255) = 43.34%

R = 13.6%
G = 43.06%
B = 43.34%

CMYK

 C value IS 0.69

 M value IS 0.01

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#309899 (or 0x309899) is known color: Java. HEX triplet: 30, 98 and 99. RGB value is (48,152,153). Sum of RGB (Red+Green+Blue) = 48+152+153=353 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.60% from 353); Green value is 152 (59.77% from 255 or 43.06% from 353); Blue value is 153 (60.16% from 255 or 43.34% from 353); Max value from RGB is 153 - color contains mainly: blue. Hex color #309899 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309899 is #CF6766. Grayscale: #787878. Windows color (decimal): -13592423 or 10065968. OLE color: 10065968.

HSL color Cylindrical-coordinate representation of color #309899: hue angle of 180.57º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309899 is Cyan = 0.69, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 48 152 153 -
CMYK 0.69 0.01 0 0.4
HSL 180.57º 0.52% 0.39% -
HSV(B) 180.57º 0.69% 0.6% -
XYZ 18.2 25.38 34.08 -
YUV 121.02 146.04 75.92 -
System Red Green Blue C M Y K H S L
Decimal 48 152 153 0.69 0.01 0 0.4 180.57 0.52 0.39
Hex 30 98 99 45 1 0 28 B5 34 27
Octal 60 230 231 105 1 0 50 265 64 47
Binary 110000 10011000 10011001 1000101 1 0 101000 10110101 110100 100111

Color Harmonies of #309899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309899

Black with #309899

Text Example


Text Example

White with #309899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309899; }

 p { color: rgb(48,152,153); }

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

background-color css

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

 a { background-color: rgb(48,152,153); }

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

border-color css

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

 span { border-color: rgb(48,152,153); }

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