#309E94

Color #309E94 Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #309E94

Tints of Java #309E94

Color information

#309E94 (or 0x309E94) is unknown color: approx Java. HEX triplet: 30, 9E and 94. RGB value is (48,158,148). Sum of RGB (Red+Green+Blue) = 48+158+148=354 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.56% from 354); Green value is 158 (62.11% from 255 or 44.63% from 354); Blue value is 148 (58.20% from 255 or 41.81% from 354); Max value from RGB is 158 - color contains mainly: green. Hex color #309E94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309E94 is #CF616B. Grayscale: #7B7B7B. Windows color (decimal): -13590892 or 9739824. OLE color: 9739824.

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

Color convert

RGB48158148-
CMYK0.7000.060.38
HSL174.55º53.4%40.39%-
HSV(B)174.55º69.62%61.96%-
XYZ18.7927.2232.28-
YUV123.97141.5673.81-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.56%
GREEN value IS 158 (62.11% from 255) = 44.63%
BLUE value IS 148 (58.20% from 255) = 41.81%
R=13.56%
G=44.63%
B=41.81%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal481581480.7000.060.38174.5553.440.39
Hex309E94460626af3528
Octal6023622410606462576550
Binary11000010011110100101001000110011010011010101111110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,158,148); }

 H1.HeaderClassName
 {
   color: #309E94;
 }
 .AnyTagClassName
 {
   color: #309E94;
 }
</style>
background-color css

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

 a { background-color: rgb(48,158,148); }

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

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

 span { border-color: rgb(48,158,148); }

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