Html Css Color HEX #309095 Java

📋 copy color: '#309095'

red 48 ◦ green 144 ◦ blue 149

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

Shades of Java #309095

Tints of Java #309095

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.23%

 BLUE value IS 149 (58.59% from 255) = 43.7%

R = 14.08%
G = 42.23%
B = 43.7%

CMYK

 C value IS 0.68

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#309095 (or 0x309095) is known color: Java. HEX triplet: 30, 90 and 95. RGB value is (48,144,149). Sum of RGB (Red+Green+Blue) = 48+144+149=341 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.08% from 341); Green value is 144 (56.64% from 255 or 42.23% from 341); Blue value is 149 (58.59% from 255 or 43.70% from 341); Max value from RGB is 149 - color contains mainly: blue. Hex color #309095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309095 is #CF6F6A. Grayscale: #737373. Windows color (decimal): -13594475 or 9801776. OLE color: 9801776.

HSL color Cylindrical-coordinate representation of color #309095: hue angle of 182.97º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #309095 is Cyan = 0.68, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 144 149 -
CMYK 0.68 0.03 0 0.42
HSL 182.97º 0.51% 0.39% -
HSV(B) 182.97º 0.68% 0.58% -
XYZ 16.62 22.74 31.95 -
YUV 115.87 146.7 79.59 -
System Red Green Blue C M Y K H S L
Decimal 48 144 149 0.68 0.03 0 0.42 182.97 0.51 0.39
Hex 30 90 95 44 3 0 2A B7 33 27
Octal 60 220 225 104 3 0 52 267 63 47
Binary 110000 10010000 10010101 1000100 11 0 101010 10110111 110011 100111

Color Harmonies of #309095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309095

Black with #309095

Text Example


Text Example

White with #309095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309095; }

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

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

background-color css

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

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

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

border-color css

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

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

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